Create.2 |
Scroll |
Creates a new category inside a case definition and automatically adds the CaseNo field.
Namespace: Therefore.API
Visual Basic Public Overridable Function Create ( _ strName As String, _ nCaseDefNo As Integer, _ pServer As ITheServer _ ) C# public virtual void Create ( string strName, int nCaseDefNo, ITheServer pServer )
Parameters strName The name of the new category.
nFolderNo The folder number containing the new category.
pServer A valid and connected TheServer object.
Return Value None. |