BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > DeleteReference(String, String, String, String)
DeleteReference Method (vaultidentifier, sourcedocid, destdocid, reftype)
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.
Declaration Syntax
C#Visual BasicVisual C++
public void DeleteReference(
	string vaultidentifier,
	string sourcedocid,
	string destdocid,
	string reftype
)
Public Sub DeleteReference ( _
	vaultidentifier As String, _
	sourcedocid As String, _
	destdocid As String, _
	reftype As String _
)
public:
void DeleteReference(
	String^ vaultidentifier, 
	String^ sourcedocid, 
	String^ destdocid, 
	String^ reftype
)
Parameters
vaultidentifier (String)
The vault
sourcedocid (String)
The unique identifier of the document inside the vault that is the source of the reference.
destdocid (String)
The unique identifier of the document inside the vault that is the destination of the reference.
reftype (String)
The internal name of the document reference type that is used to define the relationship.
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)