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