Click or drag to resize
KaxAsyncUploadCreateDefaultUploadConfigurationT Method
Creates an object of type T (that implements IAsyncUploadConfiguration) and populates all properties specified in the interface from this KaxAsyncUpload instance. The user is then free to populate any additional properties.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public T CreateDefaultUploadConfiguration<T>()
where T : new()

Type Parameters

T
Type that implements IAsyncUploadConfiguration

Return Value

Type: T
An object of type T populated with all properties specified in IAsyncUploadConfiguration
See Also