Try our conversational search powered by Generative AI!

Class AllowedContentTypeDTO

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. DataTransferObject for AvailableSetting

Inheritance
System.Object
AllowedContentTypeDTO
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
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.

Extension Methods