BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetReferences(String, String, String, Boolean)
GetReferences Method (vaultidentifier, docid, reftypename, bIncoming)
Returns a variant array of object IDs for all references of a document according to a defined reference type.
Declaration Syntax
C#Visual BasicVisual C++
public string[] GetReferences(
	string vaultidentifier,
	string docid,
	string reftypename,
	bool bIncoming
)
Public Function GetReferences ( _
	vaultidentifier As String, _
	docid As String, _
	reftypename As String, _
	bIncoming As Boolean _
) As String()
public:
array<String^>^ GetReferences(
	String^ vaultidentifier, 
	String^ docid, 
	String^ reftypename, 
	bool bIncoming
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
reftypename (String)
The internal or display name of the document reference type that is used to define the relationship.
bIncoming (Boolean)
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
Array of IDs of documents the refs exist from the specified document (or to it if bIncoming is specified as True)
Remarks

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