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)
Syntaxpublic 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:
StringResponse message and id of the group created.
See Also