[This is preliminary documentation and is subject to change.]
Gets all the role users for the group
Namespace:
OfficeClip.DBLayer.SecurityAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataTable GetRoleUsers( int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetRoleUsers ( _ groupId As Integer _ ) As DataTable |
| Visual C++ |
|---|
public: DataTable^ GetRoleUsers( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
The unique id of the group
