Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class AllowedPageTypeDTO

DataTransferObject for AvailableSetting

Inheritance
System.Object
AllowedPageTypeDTO
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()
Namespace: EPiServer.Enterprise.Transfer
Assembly: EPiServer.Enterprise.dll
Version: 7.19.2
Syntax
[Obsolete("Only used for importing older packages (7 RTM)")]
public class AllowedPageTypeDTO

Constructors

AllowedPageTypeDTO()

Initializes a new instance of the AllowedContentTypeDTO class.

Declaration
public AllowedPageTypeDTO()

Properties

Availability

Gets or sets the availability.

Declaration
public Availability Availability { get; set; }
Property Value
Type Description
Availability

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