Method GetValueFromLabel
GetValueFromLabel(string)
Searches for the specified item by its title and returns value (id) of the item.
int? GetValueFromLabel(string text)
Parameters
textstringItem 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.