Load |
Scroll |
Loads the category definition for the category with the specified name from the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ strCtgryName As String, _ pServer As ITheServer _ ) C# public virtual void Load ( string strCtgryName, ITheServer pServer )
Parameters strCtgryName Name of the category to load.
pServer Reference to an TheServer object. |
|
Automatically Connects If the specified TheServer is not connected the method will try to connect using default settings. |