Click or drag to resize

ShareInfoGetGroupMembers Method

Gets the group members.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<int, Dictionary<string, List<string>>> GetGroupMembers()

Return Value

Type: DictionaryInt32, DictionaryString, ListString
Group members.
See Also