Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
BatchVaultOperations Class
BatchVaultOperations Methods
AddFolder Method
AddRecord Method
ApplyChanges Method
CreateFolderPath Method
GetFolderByPath Method
IsFolderPending Method
IsRecordPending Method
ParseFolderPath Method
PutUserToSharedFolder Method
RemoveUserFromSharedFolder Method
Reset Method
TryGetFolderByUid Method
TryGetRecordByUid Method
UpdateFolderName Method
UpdateRecord Method
Batch
Vault
Operations
Try
Get
Folder
By
Uid Method
Gets folder node by folder UID
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
bool
TryGetFolderByUid
(
string
folderUid
,
out
FolderNode
folder
)
Parameters
folderUid
String
folder UID
folder
FolderNode
folder node
Return Value
Boolean
true if folder is found
Implements
IBatchVaultOperations
TryGetFolderByUid(String, FolderNode
)
See Also
Reference
BatchVaultOperations Class
KeeperSecurity.Vault Namespace
FolderNode