Class FileUploadActionsDesigner.ActionList

Represents FileUploadActionsDesigner action list.

Inheritance
System.Object
FileUploadActionsDesigner.ActionList
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0
Syntax
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

true if [display cancel]; otherwise, false.

DisplayHide

Gets or sets a value indicating whether [display hide].

Declaration
public bool DisplayHide { get; set; }
Property Value
Type Description
System.Boolean

true if [display hide]; otherwise, false.

DisplayShow

Gets or sets a value indicating whether [display show].

Declaration
public bool DisplayShow { get; set; }
Property Value
Type Description
System.Boolean

true if [display show]; otherwise, false.

DisplayUpload

Gets or sets a value indicating whether [display upload].

Declaration
public bool DisplayUpload { get; set; }
Property Value
Type Description
System.Boolean

true if [display upload]; otherwise, false.

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.