CreateNewManualLink |
Scroll |
Creates a manual link between a document and/or a case.
Namespace: Therefore.API
Visual Basic Public Overridable Function CreateNewManualLink ( _ nSourceObjType As Integer, _ nSourceObjNo As Integer, _ nTargetObjType As Integer, _ nTargetObjNo As Integer _ ) C# public virtual void CreateNewManualLink ( int nSourceObjType, int nSourceObjNo, int nTargetObjType, int nTargetObjNo )
Parameters nSourceObjType Either TheObjectType.TheDocumentObject or TheObjectType.TheCaseObject.
nSourceObjNo Depending on the value of nSourceObjType either the DocNo of the document or the CaseNo of the case that should be linked.
nTargetObjType Either TheObjectType.TheDocumentObject or TheObjectType.TheCaseObject.
nTargetObjNo Depending on the value of nTargetObjType either the DocNo of the document or the CaseNo of the case that should be linked..
Return ValueNone. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |