Class WebPageSelectorClientProperties
Represents client properties of a WebPageSelectorComponent.
public sealed class WebPageSelectorClientProperties : FormComponentClientProperties<IEnumerable<WebPageRelatedItem>>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectWebPageSelectorClientProperties
- Implements
- Inherited Members
- Extension Methods
Properties
MaximumPages
Maximum amount of web pages in the selector.
public int MaximumPages { get; set; }
Property Value
- int
NotificationMessages
Messages to display in the selector.
public ICollection<NotificationMessage> NotificationMessages { get; set; }
Property Value
- ICollection<NotificationMessage>
Sortable
Allows sorting of selected web pages.
public bool Sortable { get; set; }
Property Value
- bool
TreeRootId
Selector's tree root ID.
public int TreeRootId { get; set; }
Property Value
- int
WebPages
A collection of currently selected web pages meta-data.
public IEnumerable<WebPageSelectorClientItem> WebPages { get; set; }
Property Value
- IEnumerable<WebPageSelectorClientItem>