A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class FileUploadControlSection

Represents a file upload control section.

Inheritance
System.Object
FileUploadControlSection
Namespace: Mediachase.FileUploader.Web.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 10.8.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