Table of Contents

Class LaunchCardRepeater

Namespace
InSite.UI.Portal.Controls
Assembly
InSite.UI.dll
public class LaunchCardRepeater : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
LaunchCardRepeater
Implements
Inherited Members

Constructors

LaunchCardRepeater()

public LaunchCardRepeater()

Fields

CardRepeater

CardRepeater control.

protected Repeater CardRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SummaryPanel

SummaryPanel control.

protected HtmlGenericControl SummaryPanel

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

Cards

public List<LaunchCard> Cards { get; set; }

Property Value

List<LaunchCard>

ColumnSize

public int ColumnSize { get; set; }

Property Value

int

PortalBodyHtml

public string PortalBodyHtml { get; set; }

Property Value

string

PortalIdentifier

public Guid? PortalIdentifier { get; set; }

Property Value

Guid?

PortalSlug

public string PortalSlug { get; set; }

Property Value

string

Methods

BindModelToControls(List<LaunchCard>, ISecurityFramework)

public void BindModelToControls(List<LaunchCard> cards, ISecurityFramework identity)

Parameters

cards List<LaunchCard>
identity ISecurityFramework

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs