Create |
Scroll |
Creates a new case and returns the case number.
Namespace: Therefore.API
Visual Basic Public Overridable Function Create ( _ pServer As TheServer _ ) As Integer C# public virtual int Create ( TheServer pServer )
Parameters pServer An valid and connected TheServer Object.
Return Value The case number of the created case. |
|