Load |
Scroll |
Loads the case definition with the specified name in the specified path from the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ strFolderPath As String, _ strName As String, _ pServer As ITheServer _ ) C# public virtual void Load ( string strFolderPath,s string strName, ITheServer pServer )
Parameters strFolderPath The folder path in the Thereforeā¢ system the case definition is located in.
strName Name of the case definition 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. |