Class PortalBuilderSubNavItemViewModel
- Namespace
- Contensive.BaseClasses.PortalBuilder
- Assembly
- CPBase.dll
public abstract class PortalBuilderSubNavItemViewModel
- Inheritance
-
PortalBuilderSubNavItemViewModel
- Inherited Members
Properties
subActive
if true, the view is currently on this nav
public abstract bool subActive { get; set; }
Property Value
subCaption
the displayed text on teh nav
public abstract string subCaption { get; set; }
Property Value
subIsPortalLink
if true, this nav goes to another portal
public abstract bool subIsPortalLink { get; set; }
Property Value
subLink
if present, this link goes on the nav
public abstract string subLink { get; set; }
Property Value
sublinkTarget
_blank for links outside of portal, else empty
public abstract string sublinkTarget { get; set; }