Class PortalBuilderNavItemViewModel
- Namespace
- Contensive.BaseClasses.PortalBuilder
- Assembly
- CPBase.dll
mustache view model for list of nav
public abstract class PortalBuilderNavItemViewModel
- Inheritance
-
PortalBuilderNavItemViewModel
- Inherited Members
Properties
active
if true, the view is currently on this nav
public abstract bool active { get; set; }
Property Value
caption
the displayed text on teh nav
public abstract string caption { get; set; }
Property Value
isPortalLink
if true, this nav goes to another portal
public abstract bool isPortalLink { get; set; }
Property Value
link
if present, this link goes on the nav
public abstract string link { get; set; }
Property Value
linkTarget
_blank for links outside of portal, else empty
public abstract string linkTarget { get; set; }
Property Value
navFlyoutList
public abstract List<PortalBuilderSubNavItemViewModel> navFlyoutList { get; set; }
Property Value
navFlyoutListEmpty
public abstract bool navFlyoutListEmpty { get; set; }