ISecretStore.List Method

Relativity API
Gets the list of all secrets and sub-paths at the specified path.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

List<string> List(
	string path
)

Parameters

path
Type: System.String
The path of the directories to be listed.

Return Value

Type: List<String>
Array of directory names (directories that have child secrets in them are appended by a / character)
See Also

Reference