Class WebPageInformationModel
Page information properties model.
public sealed class WebPageInformationModel
- Inheritance
-
objectWebPageInformationModel
- Extension Methods
Constructors
WebPageInformationModel()
public WebPageInformationModel()
Properties
CodeName
Page codename.
[TextInputComponent(Label = "{$websites.webpages.properties.information.pagecodename$}", Order = 13)]
public string CodeName { get; set; }
Property Value
- string
ContentItemGuid
Content item guid.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.contentitemguid$}", Order = 8)]
public string ContentItemGuid { get; set; }
Property Value
- string
ContentItemId
Content item identifier.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.contentitemid$}", Order = 7)]
public string ContentItemId { get; set; }
Property Value
- string
Created
Created.
[Obsolete("Use CreatedWhen instead.")]
public string Created { get; set; }
Property Value
- string
CreatedBy
Created by.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.createdby$}", Order = 2)]
public string CreatedBy { get; set; }
Property Value
- string
CreatedWhen
Created.
[DateTimeStringComponent(Label = "{$websites.webpages.properties.information.created$}", Order = 3)]
public DateTime? CreatedWhen { get; set; }
Property Value
- DateTime?
LanguageVariant
Language variant.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.languagevariant$}", Order = 6)]
public string LanguageVariant { get; set; }
Property Value
- string
LastModified
Last modified.
[Obsolete("Use LastModifiedWhen instead.")]
public string LastModified { get; set; }
Property Value
- string
LastModifiedBy
Last modified by.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.lastmodifiedby$}", Order = 4)]
public string LastModifiedBy { get; set; }
Property Value
- string
LastModifiedWhen
Last modified.
[DateTimeStringComponent(Label = "{$websites.webpages.properties.information.lastmodified$}", Order = 5)]
public DateTime? LastModifiedWhen { get; set; }
Property Value
- DateTime?
Published
Published state.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.published$}", Order = 0)]
public string Published { get; set; }
Property Value
- string
TreePath
Page tree path.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.treepath$}", Order = 11)]
public string TreePath { get; set; }
Property Value
- string
TreePathSlug
Page tree path slug.
[TextInputComponent(Label = "{$websites.webpages.properties.information.treepathslug$}", Order = 12)]
public string TreePathSlug { get; set; }
Property Value
- string
Type
Content type.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.type$}", Order = 1)]
public string Type { get; set; }
Property Value
- string
WebPageGuid
Web page item guid.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.webpageguid$}", Order = 10)]
public string WebPageGuid { get; set; }
Property Value
- string
WebPageItemId
Web page item identifier.
[TextWithLabelComponent(Label = "{$websites.webpages.properties.information.webpageid$}", Order = 9)]
public string WebPageItemId { get; set; }
Property Value
- string