Class ImageArray
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
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.
ImageRepeater
ImageRepeater control.
protected Repeater ImageRepeater
Field Value
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
UploadPath
public string UploadPath { get; set; }
Property Value
Methods
GetData()
public List<ImageArray.DataItem> GetData()
Returns
GetDataInternal(bool)
public List<ImageArray.DataItem> GetDataInternal(bool removeEmpty)
Parameters
removeEmptybool
Returns
LoadData(IEnumerable<DataItem>, bool)
public void LoadData(IEnumerable<ImageArray.DataItem> data, bool isEditable = true)
Parameters
dataIEnumerable<ImageArray.DataItem>isEditablebool
OnInit(EventArgs)
protected override void OnInit(EventArgs e)