Skip to main content
A newer version of this page is available. .

UploadControlBinderSettings Members

Contains binding settings for the UploadControl.

Constructors

Name Description
UploadControlBinderSettings() Initializes a new instance of the UploadControlBinderSettings class with default settings.

Properties

Name Description
AmazonSettings Provides access to the account settings required to upload files to the Amazon Simple Storage Service (Amazon S3).
AzureSettings Gets settings allowing an upload control to access a file system storage in the Azure Service.
DropboxSettings Provides access to the account settings required to upload files to the Dropbox Service.
FilesUploadCompleteHandler Enables you to perform a custom action after the selected files have been uploaded to the server.
FileUploadCompleteHandler Enables you to perform a custom action after a file has been uploaded to the server.
GoogleDrivePersonalSettings Gets settings allowing an upload control to access a file system storage in the Google Drive (personal account).
GoogleDriveSettings Gets settings allowing an upload control to access a file system storage in the Google Drive.
OneDrivePersonalSettings Gets settings allowing an upload control to access a file system storage in the OneDrive (personal account).
OneDriveSettings Gets settings allowing an upload control to access a file system storage in the OneDrive.
SharePointSettings Provides access to the account settings required to upload files to OneDrive.
UploadStorage Specifies the type of storage used by the UploadControl extension.
ValidationSettings Gets the extension’s validation settings.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also