ConnectionGetDocumentID Method |
Returns the document identifier (docid) of a document given the vault identifier and the full path of the
document inside the vault.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic string GetDocumentID(
string vaultidentifier,
string fullpath
)
Public Function GetDocumentID (
vaultidentifier As String,
fullpath As String
) As String
public:
String^ GetDocumentID(
String^ vaultidentifier,
String^ fullpath
)
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - fullpath
- Type: SystemString
The full path of the document inside the vault, including the filename.
Return Value
Type:
StringID of the document (or folder) at the specified path
Remarks
See Also