DeleteField |
Scroll |
Deletes a field from the case definition.
Namespace: Therefore.API
Visual Basic Public Overridable Function DeleteField ( _ pField As ITheCategoryField _ ) C# public virtual void DeleteField ( ITheCategoryField pField )
Parameters pField The field that will be deleted from the case definition.
Return Value None. |