View Source
Class ContentTypeBasic
A basic version of a content type
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeBasic : EntityBasic
Constructors
View Source
ContentTypeBasic()
Declaration
public ContentTypeBasic()
Properties
View Source
Alias
Overridden to apply our own validation attributes since this is not always required for other classes
Declaration
public override string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Blueprints
Declaration
public IDictionary<int, string> Blueprints { get; set; }
Property Value
Type |
Description |
IDictionary<System.Int32, System.String> |
|
View Source
CreateDate
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IconFilePath
Returns the icon file path if the icon is not a class, otherwise returns an empty string
Declaration
public string IconFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IconIsClass
Returns true if the icon represents a CSS class instead of a file path
Declaration
public bool IconIsClass { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsContainer
Declaration
public bool IsContainer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsElement
Declaration
public bool IsElement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Thumbnail
Declaration
public string Thumbnail { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ThumbnailFilePath
Returns the icon file path if the icon is not a class, otherwise returns an empty string
Declaration
public string ThumbnailFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ThumbnailIsClass
Returns true if the icon represents a CSS class instead of a file path
Declaration
public bool ThumbnailIsClass { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
UpdateDate
Declaration
public DateTime UpdateDate { get; set; }
Property Value
Type |
Description |
DateTime |
|