UploaderProviderExists Method |
Returns a boolean indicating whether or not the file exists
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic bool Exists(
Guid guid
)
Public Function Exists (
guid As Guid
) As Boolean
Parameters
- guid
- Type: SystemGuid
The GUID.
Return Value
Type:
Boolean
See Also