Connection CreateReference Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Creates a document reference between two documents inside the vault according to a defined reference type. The destination document cannot be a new (unreleased) document unless the source document is new.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public void CreateReference(
	string vaultidentifier,
	string sourcedocid,
	string destdocid,
	string reftypename
)

Parameters

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

The reference is created only if it doesn't exist yet
See Also