CreateCaseLink |
Scroll |
Creates a link between a Thereforeā¢ document and case.
Namespace: Therefore.API
Visual Basic Public Overridable Function CreateCaseLink ( _ nCaseNo As Integer, _ pServer As TheServer ) C# public virtual void CreateCaseLink ( int nCaseNo TheServer pServer )
Parameters nCaseNo The case number the link is created with.
pServer A valid and connected TheServer Object.
Return Value None. |