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: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
Parameters
- vaultidentifier
- Type:
System String
The vault.
- sourcedocid
- Type:
System String
The unique identifier of the document inside the vault that is the source of the reference.
- destdocid
- Type:
System String
The unique identifier of the document inside the vault that is the destination of the reference.
- reftypename
- Type:
System String
The internal name of the document reference type that is used to define the relationship.
Remarks
See Also