Class FileUploadActionsDesigner.ActionList
Represents FileUploadActionsDesigner action list.
Inheritance
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
public class ActionList : DesignerActionList
Constructors
ActionList(FileUploadActionsDesigner)
Initializes a new instance of the FileUploadActionsDesigner.ActionList class.
Declaration
public ActionList(FileUploadActionsDesigner parent)
Parameters
Type | Name | Description |
---|---|---|
FileUploadActionsDesigner | parent | The parent. |
Properties
CancelActionText
Gets or sets the cancel action text.
Declaration
public string CancelActionText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The cancel action text. |
DisplayCancel
Gets or sets a value indicating whether [display cancel].
Declaration
public bool DisplayCancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
DisplayHide
Gets or sets a value indicating whether [display hide].
Declaration
public bool DisplayHide { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
DisplayShow
Gets or sets a value indicating whether [display show].
Declaration
public bool DisplayShow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
DisplayUpload
Gets or sets a value indicating whether [display upload].
Declaration
public bool DisplayUpload { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
HideActionText
Gets or sets the hide action text.
Declaration
public string HideActionText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The hide action text. |
ShowActionText
Gets or sets the show action text.
Declaration
public string ShowActionText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The show action text. |
UploadActionText
Gets or sets the upload action text.
Declaration
public string UploadActionText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The upload action text. |
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. |