London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FileUploadControlSection

Represents a file upload control section.

Inheritance
System.Object
FileUploadControlSection
Namespace: Mediachase.FileUploader.Web.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 13.30.0
Syntax
public class FileUploadControlSection : ConfigurationSection

Constructors

FileUploadControlSection()

Initializes a new instance of the FileUploadControlSection class.

Declaration
public FileUploadControlSection()

Properties

EmbeddedModePage

Gets or sets the embedded mode page.

Declaration
public string EmbeddedModePage { get; set; }
Property Value
Type Description
System.String

The embedded mode page.

IFrameModePage

Gets or sets the I frame mode page.

Declaration
public string IFrameModePage { get; set; }
Property Value
Type Description
System.String

The I frame mode page.

PopUpModePage

Gets or sets the pop up mode page.

Declaration
public string PopUpModePage { get; set; }
Property Value
Type Description
System.String

The pop up mode page.

Properties

Gets the properties.

Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type Description
System.Configuration.ConfigurationPropertyCollection

The properties.

Methods

GetPage(FileUploadControlMode)

Gets the page.

Declaration
public string GetPage(FileUploadControlMode Mode)
Parameters
Type Name Description
FileUploadControlMode Mode

The mode.

Returns
Type Description
System.String