Class McHtmlInputFileDesigner.ActionList
Represents McHtmlInputFileDesigner action list.
Inheritance
System.Object
McHtmlInputFileDesigner.ActionList
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
public class ActionList : DesignerActionList
Constructors
ActionList(McHtmlInputFileDesigner)
Initializes a new instance of the McHtmlInputFileDesigner.ActionList class.
Declaration
public ActionList(McHtmlInputFileDesigner parent)
Parameters
Type | Name | Description |
---|---|---|
McHtmlInputFileDesigner | parent | The parent. |
Properties
MultiFileCount
Gets or sets the multi file count.
Declaration
public int MultiFileCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The multi file count. |
MultiFileUpload
Gets or sets a value indicating whether [multi file upload].
Declaration
public bool MultiFileUpload { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
GetSortedActionItems()
Returns the collection of System.ComponentModel.Design.DesignerActionItem objects contained in the list.
Declaration
public override DesignerActionItemCollection GetSortedActionItems()
Returns
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionItemCollection | A System.ComponentModel.Design.DesignerActionItem array that contains the items in this list. |