View Source
Struct ReadOnlyContentBaseAdapter
Assembly: Umbraco.Core.dll
Syntax
public struct ReadOnlyContentBaseAdapter : IReadOnlyContentBase
Properties
View Source
ContentTypeId
Declaration
public int ContentTypeId { get; }
Property Value
View Source
CreateDate
Declaration
public DateTime CreateDate { get; }
Property Value
| Type |
Description |
| DateTime |
|
View Source
CreatorId
Gets the identifier of the user who created this entity.
Declaration
public int CreatorId { get; }
Property Value
View Source
Id
Gets the integer identifier of the entity.
Declaration
Property Value
View Source
Key
Gets the Guid unique identifier of the entity.
Declaration
Property Value
View Source
Level
Gets the level of the entity.
Declaration
public int Level { get; }
Property Value
View Source
Name
Gets the name of the entity.
Declaration
public string? Name { get; }
Property Value
View Source
ParentId
Gets the identifier of the parent entity.
Declaration
public int ParentId { get; }
Property Value
View Source
Path
Gets the path to the entity.
Declaration
public string Path { get; }
Property Value
View Source
SortOrder
Gets the sort order of the entity.
Declaration
public int SortOrder { get; }
Property Value
View Source
UpdateDate
Gets the last update date.
Declaration
public DateTime UpdateDate { get; }
Property Value
| Type |
Description |
| DateTime |
|
View Source
VersionId
Gets the version identifier.
Declaration
public int VersionId { get; }
Property Value
View Source
WriterId
Gets the identifier of the writer.
Declaration
public int WriterId { get; }
Property Value
Methods
View Source
Create(IContentBase)
Declaration
public static ReadOnlyContentBaseAdapter Create(IContentBase content)
Parameters
Returns