Class WebPagePanelItem
Represents item for web page panel.
public sealed class WebPagePanelItem
- Inheritance
-
objectWebPagePanelItem
- Extension Methods
Properties
ContentItemGuid
Content item GUID.
public Guid ContentItemGuid { get; init; }
Property Value
- Guid
ContentItemId
Content item identifier.
public int ContentItemId { get; init; }
Property Value
- int
ContentType
Content type display name.
public string ContentType { get; init; }
Property Value
- string
Icon
Icon name.
public string Icon { get; set; }
Property Value
- string
LanguageName
Content language code name.
public string LanguageName { get; init; }
Property Value
- string
NavigateToPath
Path to management UI of web page.
public string NavigateToPath { get; init; }
Property Value
- string
ScheduledUnpublishWhen
Web page scheduled unpublish date.
public DateTime? ScheduledUnpublishWhen { get; set; }
Property Value
- DateTime?
SelectableOption
Determines if the page is selectable.
public PanelItemSelectable SelectableOption { get; set; }
Property Value
StepStatus
Content item workflow step status.
[Obsolete("StepStatus is not supposed to be exposed and sent to frontend.")]
[ObsoleteSince(29, 0)]
public ContentItemWorkflowStepStatus StepStatus { get; set; }
Property Value
VersionStatus
Version status of the web page.
public ContentItemVersionStatus VersionStatus { get; set; }
Property Value
WebPageGuid
Web page GUID.
public Guid? WebPageGuid { get; init; }
Property Value
- Guid?
WebPageName
Web page name.
public string WebPageName { get; set; }
Property Value
- string
WebsiteChannelGuid
Website channel guid.
public Guid WebsiteChannelGuid { get; set; }
Property Value
- Guid