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
Get
Folder
By
Path Method
Finds folder node by folder path
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
FolderNode
GetFolderByPath
(
string
folderPath
)
Parameters
folderPath
String
Folder Path
Return Value
FolderNode
folder node
Implements
IBatchVaultOperations
GetFolderByPath(String)
See Also
Reference
BatchVaultOperations Class
KeeperSecurity.Vault Namespace
FolderNode