GetStringList
GetStringList(int)
public IList<string> GetStringList(int id) ;
Description
Get the value of the StringList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
Returns
The value of the parameter. If there is no parameter, it returns null.
GetStringList(string)
public IList<string> GetStringList(string name) ;
Description
Get the value of the StringList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
Returns
The value of the parameter. If there is no parameter, it returns null.