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