Keeper SDK Class Library
C#
Show/Hide TOC
Batch
Vault
Operations
Get
Folder
By
Path Method
Finds folder node by folder path
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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
In This Article
Definition
Parameters
Return Value
Implements
See Also