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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic T CreateDefaultUploadConfiguration<T>()
where T : new()
Public Function CreateDefaultUploadConfiguration(Of T As New) As T
public:
generic<typename T>
where T : gcnew()
T CreateDefaultUploadConfiguration()
member CreateDefaultUploadConfiguration : unit -> 'T when 'T : new()
Type Parameters
- T
- Type that implements IAsyncUploadConfiguration
Return Value
Type:
TAn object of type T populated with all properties specified in IAsyncUploadConfiguration
See Also