Click or drag to resize
KaxAsyncUploadUploadConfiguration Property
Sets upload configuration that has additional information. The generic object can be obtained using the CreateUploadConfiguration <T> method, where T is custom class that implements IAsyncUploadConfiguration. The custom class can contain any sort of custom data.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IAsyncUploadConfiguration UploadConfiguration { get; set; }

Property Value

Type: IAsyncUploadConfiguration
See Also