London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ViewManagerElement

Defines a view manager section in EPiServerShellSection.

Inheritance
System.Object
ViewManagerElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public class ViewManagerElement : ConfigurationElement

Constructors

ViewManagerElement()

Declaration
public ViewManagerElement()

Properties

SecuredComponents

Gets or sets the list of components that require specific access rights.

Declaration
public ComponentSecurityElementCollection SecuredComponents { get; set; }
Property Value
Type Description
ComponentSecurityElementCollection

The secured components.

Remarks

This can also be used to disable components for all users.

Views

Gets or sets the views.

Declaration
public ViewElementCollection Views { get; set; }
Property Value
Type Description
ViewElementCollection

The views.

Extension Methods