Sets and gets the seprate access rights by coding / encoding a bitmask of all the access rights. Therefore, the order of the elements in the access rights array is important.

Namespace:  EPiServer.Common.Security
Assembly:  EPiServer.Common.Framework.Impl (in EPiServer.Common.Framework.Impl.dll) Version: 4.1.517.380

Syntax

C#
public int AccessLevel { get; set; }

Implements

IAccessRights..::.AccessLevel

See Also