Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Data
Try
Get
Folder Method
Gets the folder associated with the specified folder UID.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
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
Implements
IVaultData
TryGetFolder(String, FolderNode
)
See Also
Reference
VaultData Class
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also