Unlock |
Scroll |
Removes the lock on the category with the specified case definition number on the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Unlock ( _ nCtgryNo As Integer, _ pServer As ITheServer _ ) C# public virtual void Unlock ( int nCtgryNo, ITheServer pServer )
Parameters nCtgryNo The case definition number of the category to unlock.
pServer Reference to an TheServer object. |
|
Automatically Connects If the specified TheServer is not connected the method will try to connect using default settings. |