View Source
Class ContentCacheNode
Inheritance
System.Object
Assembly: Umbraco.PublishedCache.HybridCache.dll
Syntax
public sealed class ContentCacheNode
Properties
View Source
ContentTypeId
Declaration
public int ContentTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
CreateDate
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
View Source
CreatorId
Declaration
public int CreatorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Data
Declaration
public ContentData Data { get; set; }
Property Value
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IsDraft
Declaration
public bool IsDraft { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Key
Declaration
public Guid Key { get; set; }
Property Value
View Source
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|