Method GetValueFromLabel
GetValueFromLabel(string)
Searches for the specified item by its title and returns value (id) of the item.
int? GetValueFromLabel(string text)
Parameters
text
stringItem title.
Returns
- int?
Searches for the specified item by its title and returns value (id) of the item.
int? GetValueFromLabel(string text)
text
stringItem title.