Click or drag to resize
DocumentSecurityHelperGetNodePermissionsFromFlags Method
Parses the given permission flags as stored in Denied or Allowed to a list of permissions.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<NodePermissionsEnum> GetNodePermissionsFromFlags(
	int flags
)

Parameters

flags
Type: SystemInt32
Permissions to include to flags

Return Value

Type: IEnumerableNodePermissionsEnum
See Also