Determine the access level that is required for the current web request.

Namespace:  EPiServer
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public virtual AccessLevel RequiredAccess()

Return Value

The resulting access level.

Remarks

This is the default implementation that simply requests Read access, regardless of the type of requested operation.

See Also