ConnectionGetFolderID Method |
Returns the unique identifier of a folder given the vault identifier and the full path of the
folder inside the vault.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic string GetFolderID(
string vaultidentifier,
string fullpath
)
Public Function GetFolderID (
vaultidentifier As String,
fullpath As String
) As String
public:
String^ GetFolderID(
String^ vaultidentifier,
String^ fullpath
)
member GetFolderID :
vaultidentifier : string *
fullpath : string -> 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