Set or get the level of access rights filtering that will be done.
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[BrowsableAttribute(true)] [BindableAttribute(true)] [DefaultValueAttribute(AccessLevel.Read)] public AccessLevel RequiredAccess { get; set; } |
Remarks
By default it will be set to AccessLevel.Read, i e only pages that you have
read access to will be included.