SaaS CMS has officially launched! Learn more now.

Class AllowedContentTypeDTO

DataTransferObject for AvailableSetting

Inheritance
System.Object
AllowedContentTypeDTO
Namespace: EPiServer.Enterprise.Transfer.Internal
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
public class AllowedContentTypeDTO : Object

Constructors

AllowedContentTypeDTO()

Initializes a new instance of the AllowedContentTypeDTO class.

Declaration
public AllowedContentTypeDTO()

AllowedContentTypeDTO(String, AvailableSetting)

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

Gets or sets the availability.

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

The availability.

ContentTypeName

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

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.

Extension Methods