Class HeadlessInformationModel
Page information properties model.
public sealed class HeadlessInformationModel
- Inheritance
-
objectHeadlessInformationModel
- Extension Methods
Properties
CodeName
Headless item codename.
public string CodeName { get; set; }
Property Value
- string
ContentItemGuid
Content item identifier.
public string ContentItemGuid { get; set; }
Property Value
- string
ContentItemId
Content item identifier.
public string ContentItemId { get; set; }
Property Value
- string
Created
Created.
[Obsolete("Use CreatedWhen instead.")]
[ObsoleteSince(29, 1)]
public string Created { get; set; }
Property Value
- string
CreatedBy
Created by.
public string CreatedBy { get; set; }
Property Value
- string
CreatedWhen
Created.
public DateTime? CreatedWhen { get; set; }
Property Value
- DateTime?
LanguageVariant
Language variant.
public string LanguageVariant { get; set; }
Property Value
- string
LastModified
Last modified.
[Obsolete("Use LastModifiedWhen instead.")]
[ObsoleteSince(29, 1)]
public string LastModified { get; set; }
Property Value
- string
LastModifiedBy
Last modified by.
public string LastModifiedBy { get; set; }
Property Value
- string
LastModifiedWhen
Last modified.
public DateTime? LastModifiedWhen { get; set; }
Property Value
- DateTime?
Published
Published state.
public string Published { get; set; }
Property Value
- string
Type
Content type.
public string Type { get; set; }
Property Value
- string