Class ContentItemSelectorContentType
Represents the properties of a content item type.
public sealed class ContentItemSelectorContentType
- Inheritance
-
objectContentItemSelectorContentType
- Extension Methods
Properties
ContentItemType
Name of the content item type.
public string ContentItemType { get; init; }
Property Value
- string
ContentItemTypeType
Type of the content item type.
public string ContentItemTypeType { get; init; }
Property Value
- string
HasAssetField
If true, the content item type contains at least one field of ContentItemAsset type.
public bool HasAssetField { get; init; }
Property Value
- bool