UploaderBaseFileTypeNotSupportMsg Property |
Gets or sets the "file type not support" message.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic string FileTypeNotSupportMsg { get; set; }
Public Property FileTypeNotSupportMsg As String
Get
Set
<asp:UploaderBase FileTypeNotSupportMsg="String" />
Property Value
Type:
StringThe "file type not support" message.
See Also