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 MediachaseFileUploaderSectionGroup

Represents a mediachase file uploader section group.

Inheritance
System.Object
MediachaseFileUploaderSectionGroup
Namespace: Mediachase.FileUploader.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 13.30.0
Syntax
public class MediachaseFileUploaderSectionGroup : ConfigurationSectionGroup

Constructors

MediachaseFileUploaderSectionGroup()

Initializes a new instance of the MediachaseFileUploaderSectionGroup class.

Declaration
public MediachaseFileUploaderSectionGroup()

Properties

FileUploadControl

Gets the file upload control.

Declaration
public TempFileStorageSection FileUploadControl { get; }
Property Value
Type Description
TempFileStorageSection

The file upload control.

FileUploaderContext

Gets the file uploader context.

Declaration
public FileUploaderContextSection FileUploaderContext { get; }
Property Value
Type Description
FileUploaderContextSection

The file uploader context.

TempFileStorage

Gets the temp file storage.

Declaration
public TempFileStorageSection TempFileStorage { get; }
Property Value
Type Description
TempFileStorageSection

The temp file storage.

UploadProgress

Gets the upload progress.

Declaration
public UploadProgressSection UploadProgress { get; }
Property Value
Type Description
UploadProgressSection

The upload progress.