Table of Contents

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

bool

caption

the displayed text on teh nav

public abstract string caption { get; set; }

Property Value

string

if true, this nav goes to another portal

public abstract bool isPortalLink { get; set; }

Property Value

bool

if present, this link goes on the nav

public abstract string link { get; set; }

Property Value

string

linkTarget

_blank for links outside of portal, else empty

public abstract string linkTarget { get; set; }

Property Value

string

navFlyoutList

public abstract List<PortalBuilderSubNavItemViewModel> navFlyoutList { get; set; }

Property Value

List<PortalBuilderSubNavItemViewModel>

navFlyoutListEmpty

public abstract bool navFlyoutListEmpty { get; set; }

Property Value

bool