Class PageTypeTransferObject
Transfer object used to serialize Page
Inherited Members
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class PageTypeTransferObject : ContentTypeTransferObject
Constructors
PageTypeTransferObject()
Initializes a new instance of the Page
Declaration
public PageTypeTransferObject()
PageTypeTransferObject(PageType)
Initializes a new instance of the Page
Declaration
public PageTypeTransferObject(PageType pageType)
Parameters
Type | Name | Description |
---|---|---|
Page |
pageType | Type of the page. |
Properties
ACL
Gets or sets the ACL.
Declaration
public AccessControlList ACL { get; set; }
Property Value
Type | Description |
---|---|
Access |
The ACL. |
Defaults
Gets or sets the defaults.
Declaration
public PageTypeDefault Defaults { get; set; }
Property Value
Type | Description |
---|---|
Page |
The defaults. |
TemplatePath
Gets or sets the template path.
Declaration
public string TemplatePath { get; set; }
Property Value
Type | Description |
---|---|
System. |
The template path. |
Methods
CreateInstance()
Creates the instance.
Declaration
protected override ContentType CreateInstance()
Returns
Type | Description |
---|---|
Content |
Overrides
ToContentType()
Toes the type of the content.
Declaration
public override ContentType ToContentType()
Returns
Type | Description |
---|---|
Content |