Click or drag to resize
DocumentSecurityHelperGetNodePermissionFlags Method
Aggregates the given permissions into the value which represents permission flags within Denied or Allowed

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static int GetNodePermissionFlags(
	params NodePermissionsEnum[] permissions
)

Parameters

permissions
Type: CMS.DocumentEngineNodePermissionsEnum
Permissions to include to flags

Return Value

Type: Int32
See Also