Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class AllowedPageTypeDTO

DataTransferObject for AvailableSetting

Inheritance
System.Object
AllowedPageTypeDTO
Namespace: EPiServer.Enterprise.Transfer.Internal
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
public class AllowedPageTypeDTO : Object

Constructors

AllowedPageTypeDTO()

Initializes a new instance of the AllowedContentTypeDTO class.

Declaration
public AllowedPageTypeDTO()

Properties

Availability

Gets or sets the availability.

Declaration
public string Availability { get; set; }
Property Value
Type Description
System.String

The availability.

PageTypeName

Gets or sets the name of the page type.

Declaration
public string PageTypeName { get; set; }
Property Value
Type Description
System.String

The name of the page type.

RelatedPageTypeNames

Gets or sets the related page type names.

Declaration
public string[] RelatedPageTypeNames { get; set; }
Property Value
Type Description
System.String[]

The related page type names.

Methods

AsContentTypeDTO()

Declaration
public AllowedContentTypeDTO AsContentTypeDTO()
Returns
Type Description
AllowedContentTypeDTO

Extension Methods