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