Removes a document reference between two documents inside the vault according to a defined
reference type. Only one reference is deleted if the documents have been referenced multiple times using
the same reference type.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
Parameters
- vaultidentifier
- Type:
System String
The vault
- sourcedocid
- Type:
System String
The unique identifier of the document inside the vault that is the source of the reference.
- destdocid
- Type:
System String
The unique identifier of the document inside the vault that is the destination of the reference.
- reftype
- Type:
System String
The internal name of the document reference type that is used to define the relationship.
Remarks
See Also