DocumentSecurityHelperGetNodePermissionsFromFlags Method |
Parses the given permission flags as stored in
Denied or
Allowed to a list of permissions.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static IEnumerable<NodePermissionsEnum> GetNodePermissionsFromFlags(
int flags
)
Parameters
- flags
- Type: SystemInt32
Permissions to include to flags
Return Value
Type:
IEnumerableNodePermissionsEnumSee Also