Table of Contents

Class ImageArray

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

Constructors

ImageArray()

public ImageArray()

Fields

AddImage

AddImage control.

protected Button AddImage

Field Value

Button

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.

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.

Properties

IsEditable

public bool IsEditable { get; set; }

Property Value

bool

UploadPath

public string UploadPath { get; set; }

Property Value

string

Methods

GetData()

public List<ImageArray.DataItem> GetData()

Returns

List<ImageArray.DataItem>

GetDataInternal(bool)

public List<ImageArray.DataItem> GetDataInternal(bool removeEmpty)

Parameters

removeEmpty bool

Returns

List<ImageArray.DataItem>

LoadData(IEnumerable<DataItem>, bool)

public void LoadData(IEnumerable<ImageArray.DataItem> data, bool isEditable = true)

Parameters

data IEnumerable<ImageArray.DataItem>
isEditable bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs