Class AllowedContentType
Represents an allowed content type in the content type management API view model.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class AllowedContentType
Constructors
View SourceAllowedContentType()
Declaration
protected AllowedContentType()
Properties
View SourceDescription
Gets or sets the description of the allowed content type.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Icon
Gets or sets the icon associated with the allowed content type.
Declaration
public string? Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the unique identifier of the allowed content type.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Gets or sets the name of the allowed content type.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |