Click or drag to resize

IVaultDataTryGetFolder Method

Gets the folder associated with the specified folder UID.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
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

Boolean
true in the vault contains a folder with specified UID; otherwise, false
See Also