[This is preliminary documentation and is subject to change.]
Gets the list of Ids of the users with admin privileges for a particular group.
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ArrayList GetGroupAdmins( int groupId ) |
Visual Basic (Declaration) |
---|
Public Function GetGroupAdmins ( _ groupId As Integer _ ) As ArrayList |
Visual C++ |
---|
public: ArrayList^ GetGroupAdmins( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
Id of the group for which all the admins have to be retrieved.