ConnectionDeleteReference Method |
Removes a document reference between two documents inside the vault according to a defined
reference type. Only one reference is deleted if the documents have been referenced multiple times using
the same reference type.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic void DeleteReference(
string vaultidentifier,
string sourcedocid,
string destdocid,
string reftype
)
Public Sub DeleteReference (
vaultidentifier As String,
sourcedocid As String,
destdocid As String,
reftype As String
)
public:
void DeleteReference(
String^ vaultidentifier,
String^ sourcedocid,
String^ destdocid,
String^ reftype
)
member DeleteReference :
vaultidentifier : string *
sourcedocid : string *
destdocid : string *
reftype : string -> unit
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. - reftype
- Type: SystemString
The internal name of the document reference type that is used to define the relationship.
Remarks
See Also