Click or drag to resize

BatchVaultOperationsParseFolderPath Method

Parses folder path to names

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static IEnumerable<string> ParseFolderPath(
	string folderPath
)

Parameters

folderPath  String
folder path

Return Value

IEnumerableString
folder name list
See Also