Class AllowedContentTypeDTO
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
public class AllowedContentTypeDTO
Constructors
AllowedContentTypeDTO()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the AllowedContentTypeDTO class.
Declaration
public AllowedContentTypeDTO()
AllowedContentTypeDTO(String, AvailableSetting)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the AllowedContentTypeDTO class.
Declaration
public AllowedContentTypeDTO(string contentTypeName, AvailableSetting allowedSettings)
Parameters
Type | Name | Description |
---|---|---|
System.String | contentTypeName | Name of the content type. |
AvailableSetting | allowedSettings | The allowed settings. |
Properties
Availability
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the availability.
Declaration
public Availability Availability { get; set; }
Property Value
Type | Description |
---|---|
Availability | The availability. |
ContentTypeName
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the name of the page type.
Declaration
public string ContentTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the page type. |
RelatedContentTypeNames
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets or sets the related page type names.
Declaration
public string[] RelatedContentTypeNames { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The related page type names. |