Returns a full path in UNC format or the relative path within the vault that can be used by any Windows
application to read from or write to a document.
The document needs to be in the Under Change state for it to be writable.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
Parameters
- vaultidentifier
- Type:
System String
The vault in which the document resides.
- docid
- Type:
System String
The unique identifier of the document inside the vault.
- relativepath (Optional)
- Type:
System Boolean
Optional Boolean. True to return a relative path, False to return an absolute path.
Return Value
Path to the documentRemarks
See Also