KaxProgressManagerEnableMemoryOptimization Property |
Note: This API is now obsolete.
Deprecated. Memory optimization is implemented as part of the .NET Framework and is no longer a feature of KaxUpload.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[ObsoleteAttribute("Memory optimization is implemented as part of the .NET Framework and is no longer a feature of KaxUpload",
false)]
public bool EnableMemoryOptimization { get; set; }
<ObsoleteAttribute("Memory optimization is implemented as part of the .NET Framework and is no longer a feature of KaxUpload",
false)>
Public Property EnableMemoryOptimization As Boolean
Get
Set
public:
[ObsoleteAttribute(L"Memory optimization is implemented as part of the .NET Framework and is no longer a feature of KaxUpload",
false)]
property bool EnableMemoryOptimization {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("Memory optimization is implemented as part of the .NET Framework and is no longer a feature of KaxUpload",
false)>]
member EnableMemoryOptimization : bool with get, set
Property Value
Type:
Boolean
See Also