LinkDocToInstance |
Scroll |
Links the Thereforeā¢ document to the workflow instance.
Namespace: Therefore.API
Visual Basic Public Overridable Function LinkDocToInstance ( _ pServer As TheServer, _ nDocNo As Integer _ ) C# public virtual void LinkDocToInstance ( TheServer pServer, int nDocNo )
Parameters pServer A valid and connected TheServer object.
nDocNo Number of the Thereforeā¢ document that should be linked to the workflow instance.
Return Value None. |
|
Requires Loaded Instance Load an instance definition from the server before calling this method. |