FileUploaderControl(FileUltimateWebConfiguration) Constructor

Initializes a new instance of the FileUploaderControl class with custom web configuration.

Definition

Namespace: GleamTech.FileUltimate.AspNet.WebForms
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public FileUploaderControl(
	FileUltimateWebConfiguration webConfiguration
)

Parameters

webConfiguration  FileUltimateWebConfiguration
The web configuration to use instead of the global web configuration.

See Also