GetFieldByFiledID |
Scroll |
Gets an TheCategoryField object representing the field with the specified field ID.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetFieldByFiledID ( _ strFieldID As String _ ) As TheCategoryField C# public virtual TheCategoryField GetFieldByFiledID ( string strFieldID )
Parameters strFieldID Field ID of the field to look for.
Return Value An TheCategoryField object representing the field with the specified name specified in strFieldID. |
Exception |
Condition |
Name Not Found |
strFieldID is not found in the category. |