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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IAsyncUploadConfiguration UploadConfiguration { get; set; }
Public Property UploadConfiguration As IAsyncUploadConfiguration
Get
Set
public:
property IAsyncUploadConfiguration^ UploadConfiguration {
IAsyncUploadConfiguration^ get ();
void set (IAsyncUploadConfiguration^ value);
}
member UploadConfiguration : IAsyncUploadConfiguration with get, set
Property Value
Type:
IAsyncUploadConfiguration
See Also