Table of Contents

Class FieldWebTemplateImage

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

Constructors

FieldWebTemplateImage()

public FieldWebTemplateImage()

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.

FileUpload

FileUpload control.

protected FileUpload FileUpload

Field Value

FileUpload

Remarks

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

FileUploadButton

FileUploadButton control.

protected Button FileUploadButton

Field Value

Button

Remarks

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

FileUploadValidator

FileUploadValidator control.

protected RequiredValidator FileUploadValidator

Field Value

RequiredValidator

Remarks

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

ImgAlt

ImgAlt control.

protected TextBox ImgAlt

Field Value

TextBox

Remarks

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

ImgUrl

ImgUrl control.

protected TextBox ImgUrl

Field Value

TextBox

Remarks

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

Properties

ImageAltText

public string ImageAltText { get; set; }

Property Value

string

ImageUrl

public string ImageUrl { get; set; }

Property Value

string

UploadPath

public string UploadPath { get; set; }

Property Value

string

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs