Click or drag to resize
ConnectionGetReferences Method
Returns a variant array of object IDs for all references of a document according to a defined reference type.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntax
public Object[] GetReferences(
	string vaultidentifier,
	string docid,
	string reftypename,
	bool bIncoming = false
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
reftypename
Type: SystemString
The internal or display name of the document reference type that is used to define the relationship.
bIncoming (Optional)
Type: SystemBoolean
If bIncoming is False, the docid is the source document of the reference. If bIncoming is True, the docid is the destination of the reference.

Return Value

Type: Object
Array of IDs of documents the refs exist from the specified document (or to it if bIncoming is specified as True)
Remarks