Click or drag to resize

ReportClientAddGroupMembers Method

Add new members for the specified group 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 void AddGroupMembers(
	string dbURI,
	Dictionary<string, Object> groupConfig
)

Parameters

dbURI
Type: SystemString
The workspace URI.
groupConfig
Type: System.Collections.GenericDictionaryString, Object
"groupConfig" contains the required information to add members into the group.
See Also