Class ViewConfiguration
Inheritance
System.Object
ViewConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public abstract class ViewConfiguration : ISortable
Constructors
ViewConfiguration(Type)
Declaration
protected ViewConfiguration(Type forType)
Parameters
Type |
Name |
Description |
System.Type |
forType |
|
Properties
Category
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
ControllerType
Declaration
public string ControllerType { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
ForType
Declaration
public Type ForType { get; set; }
Property Value
Type |
Description |
System.Type |
|
Declaration
public bool HideFromViewMenu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IconClass
Declaration
public string IconClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguagePath
Declaration
public string LanguagePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PlugInAreas
Declaration
public IEnumerable<string> PlugInAreas { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ViewType
Declaration
public string ViewType { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods