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