| UserGroupControllerGetUserGroupId Method |
Returns the id of a group from its name.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic int GetUserGroupId(
string name
)
Parameters
- name
- Type: SystemString
The name is case insensitive.
Return Value
Type:
Int32
Returns 0 if no group could be found with the specified name.
See Also