Class ContentTypeSelectorItem
Represents one content type to be selected when content item is being created.
public sealed class ContentTypeSelectorItem
- Inheritance
-
objectContentTypeSelectorItem
- Extension Methods
Properties
ContentTypeId
Content type ID.
public int ContentTypeId { get; init; }
Property Value
- int
Icon
Displayed icon name.
public string Icon { get; init; }
Property Value
- string
Label
Text used as a label of the item.
public string Label { get; init; }
Property Value
- string