Method SearchUserEnumerationLocalizedText
SearchUserEnumerationLocalizedText(PropertyDefinition, int)
Searches for the localized text corresponding to a specified user enumeration property value.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
string SearchUserEnumerationLocalizedText(PropertyDefinition inPropertyDefinition, int inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyDefinition | inPropertyDefinition | Property definition of type UserEnumeration. |
| int | inValue | User enumeration value. |
Returns
| Type | Description |
|---|---|
| string | Corresponding localized text, or |
Remarks
This method is available since v7.12.