Click or drag to resize
ConnectionDeleteReference Method
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:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public void DeleteReference(
	string vaultidentifier,
	string sourcedocid,
	string destdocid,
	string reftype
)

Parameters

vaultidentifier
Type: SystemString
The vault
sourcedocid
Type: SystemString
The unique identifier of the document inside the vault that is the source of the reference.
destdocid
Type: SystemString
The unique identifier of the document inside the vault that is the destination of the reference.
reftype
Type: SystemString
The internal name of the document reference type that is used to define the relationship.
Remarks