UploaderBaseCancelAllMsg Property |
Gets or sets the "Cancel all Uploads" message.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic string CancelAllMsg { get; set; }
Public Property CancelAllMsg As String
Get
Set
<asp:UploaderBase CancelAllMsg="String" />
Property Value
Type:
StringThe "Cancel all Uploads" message.
See Also