Class PageTypeTransferObject
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Transfer object used to serialize PageType into import/export package.
Inherited Members
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class PageTypeTransferObject : ContentTypeTransferObject
Constructors
PageTypeTransferObject()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the PageTypeTransferObject class.
Declaration
public PageTypeTransferObject()
PageTypeTransferObject(PageType)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the PageTypeTransferObject class.
Declaration
public PageTypeTransferObject(PageType pageType)
Parameters
Type | Name | Description |
---|---|---|
PageType | pageType | Type of the page. |
Properties
ACL
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the ACL.
Declaration
public AccessControlList ACL { get; set; }
Property Value
Type | Description |
---|---|
AccessControlList | The ACL. |
Defaults
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the defaults.
Declaration
public PageTypeDefault Defaults { get; set; }
Property Value
Type | Description |
---|---|
PageTypeDefault | The defaults. |
TemplatePath
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the template path.
Declaration
public string TemplatePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The template path. |
Methods
CreateInstance()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Creates the instance.
Declaration
protected override ContentType CreateInstance()
Returns
Type | Description |
---|---|
ContentType |
Overrides
ToContentType()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Toes the type of the content.
Declaration
public override ContentType ToContentType()
Returns
Type | Description |
---|---|
ContentType |