DeleteCaseLink |
Scroll |
Deletes a link between two Thereforeā¢ cases.
Namespace: Therefore.API
Visual Basic Public Overridable Function DeleteCaseLink ( _ nCaseNo As Integer, _ pServer As TheServer ) C# public virtual void DeleteCaseLink ( int nCaseNo TheServer pServer )
Parameters nCaseNo The case number for which the link has to be deleted.
pServer A valid and connected TheServer Object.
Return Value None. |