Table of Contents

Class AttachmentsTabsNav

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

Constructors

AttachmentsTabsNav()

public AttachmentsTabsNav()

Fields

CommonScript

CommonScript control.

protected PageFooterContent CommonScript

Field Value

PageFooterContent

Remarks

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

CommonStyle

CommonStyle control.

protected PageHeadContent CommonStyle

Field Value

PageHeadContent

Remarks

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

DocumentRepeater

DocumentRepeater control.

protected Repeater DocumentRepeater

Field Value

Repeater

Remarks

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

DocumentTab

DocumentTab control.

protected NavItem DocumentTab

Field Value

NavItem

Remarks

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

ImageRepeater

ImageRepeater control.

protected Repeater ImageRepeater

Field Value

Repeater

Remarks

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

ImageTab

ImageTab control.

protected NavItem ImageTab

Field Value

NavItem

Remarks

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

Nav

Nav control.

protected Nav Nav

Field Value

Nav

Remarks

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

OtherRepeater

OtherRepeater control.

protected Repeater OtherRepeater

Field Value

Repeater

Remarks

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

OtherTab

OtherTab control.

protected NavItem OtherTab

Field Value

NavItem

Remarks

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

Properties

CanWrite

protected bool CanWrite { get; set; }

Property Value

bool

KeywordInput

public string KeywordInput { get; set; }

Property Value

string

Methods

GetEditUrl()

protected string GetEditUrl()

Returns

string

GetHistoryUrl()

protected string GetHistoryUrl()

Returns

string

GetRemoveUrl()

protected string GetRemoveUrl()

Returns

string

GetUsageUrl()

protected string GetUsageUrl()

Returns

string

LoadData(Guid, IEnumerable<Attachment>, ReturnUrl, bool)

public void LoadData(Guid bankId, IEnumerable<Attachment> attachments, ReturnUrl returnUrl, bool canWrite)

Parameters

bankId Guid
attachments IEnumerable<Attachment>
returnUrl ReturnUrl
canWrite bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SelectTab(TabType)

public bool SelectTab(TabType tab)

Parameters

tab TabType

Returns

bool