Class MediachaseFileUploaderSectionGroup
Represents a mediachase file uploader section group.
Inheritance
System.Object
MediachaseFileUploaderSectionGroup
Namespace: Mediachase.FileUploader.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
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. |