RoleGroupGetRoleGroups Method | |
Role Group list based on type Data Standard and optional filter without read only
Namespace:
SOWIApp.Management
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static List<IDataStandard> GetRoleGroups(
int pClientID,
bool pWithoutReadOnly = false
)
Public Shared Function GetRoleGroups (
pClientID As Integer,
Optional pWithoutReadOnly As Boolean = false
) As List(Of IDataStandard)
Parameters
- pClientID
- Type: SystemInt32
[Missing <param name="pClientID"/> documentation for "M:SOWIApp.Management.RoleGroup.GetRoleGroups(System.Int32,System.Boolean)"]
- pWithoutReadOnly (Optional)
- Type: SystemBoolean
true then filter IsReadOnly = false
Return Value
Type:
ListIDataStandard[Missing <returns> documentation for "M:SOWIApp.Management.RoleGroup.GetRoleGroups(System.Int32,System.Boolean)"]
Remarks
List filter by Archive
See Also