IsAutoAppendField.2 |
Scroll |
Returns whether or not the specified field is an auto append field.
Namespace: Therefore.API
Visual Basic Public Overridable Function IsAutoAppendField ( _ pCategoryField As TheCategoryField _ ) As Boolean C# public virtual bool IsAutoAppendField ( TheCategoryField pCategoryField )
Parameters
pCategoryField The category field object that is being checked.
Return Value Returns whether or not the specified field is an auto append field. |