Class AllowedContentTypeDTO
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
Assembly: EPiServer.Enterprise.dll
Version: 9.12.2Syntax
public class AllowedContentTypeDTO
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. |