ConnectionGetFolderID Method |
Returns the unique identifier of a folder given the vault identifier and the full path of the
folder inside the vault.
Namespace:
ICMeridianAPI
Assembly:
ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic string GetFolderID(
string vaultidentifier,
string fullpath
)
Public Function GetFolderID (
vaultidentifier As String,
fullpath As String
) As String
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the folder resides. - fullpath
- Type: SystemString
The full path of the folder inside the vault.
Return Value
Type:
StringID of the folder at the specified path
Remarks
See Also