IVaultDataTryGetFolder Method |
Gets the folder associated with the specified folder UID.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax bool TryGetFolder(
string folderUid,
out FolderNode node
)
Parameters
- folderUid String
- Folder UID
- node FolderNode
- When this method returns true, contains requested folder; otherwise null.
Return Value
Booleantrue in the vault contains a folder with specified UID; otherwise,
falseSee Also