| UserGroupControllerGetGroupMembers Method (Int32) |
Returns the users that are member of at least one of the specified user groups.
Members are not returned if they are deleted.
Members are not returned if they are system users.
Security is not considered!
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Users GetGroupMembers(
int userGroupId
)
Parameters
- userGroupId
- Type: SystemInt32
Return Value
Type:
UsersUser objects
See Also