| DataObjectPermissionGetGroupIds Method |
Returns all the groups that a collection of permissions grants access to.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static List<int> GetGroupIds(
IEnumerable<DataObjectPermission> permissions
)
Parameters
- permissions
- Type: System.Collections.GenericIEnumerableDataObjectPermission
Return Value
Type:
ListInt32
See Also