BatchVaultOperationsGetFolderByPath Method

Finds folder node by folder path

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public FolderNode GetFolderByPath(
	string folderPath
)

Parameters

folderPath  String
Folder Path

Return Value

FolderNode
folder node

Implements

IBatchVaultOperationsGetFolderByPath(String)

See Also