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)
Syntaxpublic void CreateReference(
string vaultidentifier,
string sourcedocid,
string destdocid,
string reftypename
)
Public Sub CreateReference (
vaultidentifier As String,
sourcedocid As String,
destdocid As String,
reftypename As String
)
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.
RemarksThe reference is created only if it doesn't exist yet
See Also