GetLinkedWorkflowsForDoc |
Scroll |
Gets a list of workflow instances a document is linked to.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetLinkedWorkflowsForDoc ( _ nDocNo As Integer, _ nLinkType As TheWFDocLinkType _ )As ITheIntArray C# public virtual ITheIntArray GetLinkedWorkflowsForDoc ( int nDocNo, TheWFDocLinkType nLinkType )
Parameters nDocNo The documnet number to get the linked workflow instances for.
nLinkType The type of link to search for.
Return Value List of linked workflow instance numbers. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |