Table of Contents

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

bool

subCaption

the displayed text on teh nav

public abstract string subCaption { get; set; }

Property Value

string

if true, this nav goes to another portal

public abstract bool subIsPortalLink { get; set; }

Property Value

bool

if present, this link goes on the nav

public abstract string subLink { get; set; }

Property Value

string

sublinkTarget

_blank for links outside of portal, else empty

public abstract string sublinkTarget { get; set; }

Property Value

string