Class WebPageSelectorClientItem
Represents meta-data of a selected web page in the WebPageSelectorComponent.
public sealed class WebPageSelectorClientItem
- Inheritance
-
objectWebPageSelectorClientItem
- Extension Methods
Properties
Disabled
Indicates whether the client item for the selected web page should be disabled.
public bool Disabled { get; set; }
Property Value
- bool
Exists
Indicates whether the web page exists.
public bool Exists { get; init; }
Property Value
- bool
VersionStatus
Version status of the web page. If null, the web page does not exist.
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