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: 9.12.2Syntax
[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 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 |