Click or drag to resize

ReportClientCreateGroup Method

Create a new group 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 CreateGroup(
	string dbURI,
	Dictionary<string, Object> groupConfig
)

Parameters

dbURI
Type: SystemString
The workspace URI.
groupConfig
Type: System.Collections.GenericDictionaryString, Object
"groupConfig" contains the required details to create the group.

Return Value

Type: String
Response message and id of the group created.
See Also