CreateField.2 |
Scroll |
Creates a new case header field.
Namespace: Therefore.API
Visual Basic Public Overridable Function CreateField ( _ pCaseDef As ITheCaseDefinition, _ nFieldNo As Integer _ ) As ITheCategoryField C# public virtual ITheCategoryField CreateField ( ITheCaseDefinition pCaseDef, int nFieldNo )
Parameters pCaseDef TheCaseDefinition the category belongs to.
nFieldNo The field number of the field in the case definition that will be added to the category.
Return Value None. |