Table of Contents

Class AttachmentsSection

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

Constructors

AttachmentsSection()

public AttachmentsSection()

Fields

AddAttachmentButton

AddAttachmentButton control.

protected Button AddAttachmentButton

Field Value

Button

Remarks

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

AddRequestButton

AddRequestButton control.

protected Button AddRequestButton

Field Value

Button

Remarks

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

CaseDocumentList

CaseDocumentList control.

protected CaseDocumentList CaseDocumentList

Field Value

CaseDocumentList

Remarks

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

CaseFileRequirementList

CaseFileRequirementList control.

protected CaseFileRequirementList CaseFileRequirementList

Field Value

CaseFileRequirementList

Remarks

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

RequestsSection

RequestsSection control.

protected HtmlGenericControl RequestsSection

Field Value

HtmlGenericControl

Remarks

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

Methods

BindModelToControls(Guid, Guid?)

public void BindModelToControls(Guid issueIdentifier, Guid? respondentUserId)

Parameters

issueIdentifier Guid
respondentUserId Guid?

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs