Class AllowedPageTypeDTO
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. DataTransferObject for AvailableSetting
Inheritance
Inherited Members
Namespace: EPiServer.Enterprise.Transfer.Internal
Assembly: EPiServer.Enterprise.dll
Version: 10.10.4Syntax
[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 |