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.


- 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.

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