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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonStyle
CommonStyle control.
protected PageHeadContent CommonStyle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DocumentRepeater
DocumentRepeater control.
protected Repeater DocumentRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DocumentTab
DocumentTab control.
protected NavItem DocumentTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageRepeater
ImageRepeater control.
protected Repeater ImageRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageTab
ImageTab control.
protected NavItem ImageTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Nav
Nav control.
protected Nav Nav
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OtherRepeater
OtherRepeater control.
protected Repeater OtherRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OtherTab
OtherTab control.
protected NavItem OtherTab
Field Value
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
KeywordInput
public string KeywordInput { get; set; }
Property Value
Methods
GetEditUrl()
protected string GetEditUrl()
Returns
GetHistoryUrl()
protected string GetHistoryUrl()
Returns
GetRemoveUrl()
protected string GetRemoveUrl()
Returns
GetUsageUrl()
protected string GetUsageUrl()
Returns
LoadData(Guid, IEnumerable<Attachment>, ReturnUrl, bool)
public void LoadData(Guid bankId, IEnumerable<Attachment> attachments, ReturnUrl returnUrl, bool canWrite)
Parameters
bankIdGuidattachmentsIEnumerable<Attachment>returnUrlReturnUrlcanWritebool
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SelectTab(TabType)
public bool SelectTab(TabType tab)
Parameters
tabTabType