Class PresentationLayer
Defines constant strings to select presentation layer for an System.
Inheritance
System.Object
PresentationLayer
Namespace: EPiServer.Framework.DataAnnotations
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public static class PresentationLayer : Object
Fields
Edit
Used to select editor.
Declaration
public const string Edit = "edit"
Field Value
Type | Description |
---|---|
System. |
Website
The layer used to display the website.
Declaration
public const string Website = "website"
Field Value
Type | Description |
---|---|
System. |