UploaderProviderSupportFS Property |
Gets a bool value indicating the file system is supported or not.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic abstract bool SupportFS { get; }
Public MustOverride ReadOnly Property SupportFS As Boolean
Get
Property Value
Type:
Booleantrue if [support FS]; otherwise,
false.
See Also