Try our conversational search powered by Generative AI!

Class AllowedPageTypeDTO

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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.Internal
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7
Syntax
[Obsolete("Only used for importing older packages (7 RTM)")]
public class AllowedPageTypeDTO

Constructors

AllowedPageTypeDTO()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the AllowedContentTypeDTO class.

Declaration
public AllowedPageTypeDTO()

Properties

Availability

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the availability.

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

The availability.

PageTypeName

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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