Class UITreeNodeViewer
Page displaying details about a selected node in the administration UI tree.
public sealed class UITreeNodeViewer : OverviewPageBase, IPage
- Inheritance
-
objectUITreeNodeViewer
- Implements
- Inherited Members
- Extension Methods
Constructors
UITreeNodeViewer()
Creates a new instance of the UITreeNodeViewer class.
public UITreeNodeViewer()
Properties
NodeId
Full name of the selected node type.
[PageParameter(typeof(StringPageModelBinder))]
public string NodeId { get; set; }
Property Value
- string
Methods
ConfigurePage()
Configures page to display information about Kentico.Xperience.Admin.Base.UITreeNode or Kentico.Xperience.Admin.Base.UIPages.CategoryStoreItem.
public override Task ConfigurePage()
Returns
- Task
ValidatePage()
Validates the page state prior invocation of the ConfigurePage() method.
public override Task<PageValidationResult> ValidatePage()
Returns
- Task<PageValidationResult>