Click or drag to resize

ReportClientFolderList Method

Returns the list of all accessible folders present in the workspace identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string FolderList(
	string dbURI,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The workspace URI.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain any additional params. can be null.

Return Value

Type: String
List of accessible folders present in the workspace.
See Also