ISecretStoreList 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: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

List<string> List(
	string path
)

Parameters

path
Type: SystemString
The path of the directories to be listed.

Return Value

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

Reference