Click or drag to resize

ConnectionCreateReference Method

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: 4.0.9.0 (4.0.9.0)
Syntax
public void CreateReference(
	string vaultidentifier,
	string sourcedocid,
	string destdocid,
	string reftypename
)

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.
reftypename
Type: SystemString
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