CreateField.3 |
Scroll |
Creates a new case header field with a specific FieldID.
Namespace: Therefore.API
Visual Basic Public Overridable Function CreateField ( _ pCaseDef As ITheCaseDefinition, _ nFieldNo As Integer, _ strFieldID As String _ ) As ITheCategoryField C# public virtual ITheCategoryField CreateField ( ITheCaseDefinition pCaseDef, int nFieldNo, String strFieldID )
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.
strFieldID The field ID of the newly created field.
Return Value None. |