Class WebPagePanelClientItem
Represents client item for web page panel.
public sealed class WebPagePanelClientItem
- Inheritance
-
objectWebPagePanelClientItem
- 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; init; }
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
SelectableOption
Determines if the page is selectable.
public PanelItemSelectable SelectableOption { get; init; }
Property Value
Status
Content item status.
public ContentItemStatus Status { get; init; }
Property Value
VersionStatus
Version status.
public ContentItemVersionStatus VersionStatus { get; init; }
Property Value
WebPageGuid
Web page GUID.
public Guid? WebPageGuid { get; init; }
Property Value
- Guid?
WebPageName
Web page name.
public string WebPageName { get; init; }
Property Value
- string
WebsiteChannelGuid
Website channel guid.
public Guid WebsiteChannelGuid { get; init; }
Property Value
- Guid