ConnectionDocumentExists Method |
Check if a document exists in the vault
Namespace:
ICMeridianAPI
Assembly:
ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic bool DocumentExists(
string vaultidentifier,
string docid
)
Public Function DocumentExists (
vaultidentifier As String,
docid As String
) As Boolean
Parameters
- vaultidentifier
- Type: SystemString
The vault - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Return Value
Type:
BooleanTrue if the document exists
Remarks
See Also