Click or drag to resize
UploaderProviderGetInfo Method
Gets the information of the specified uploader.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public abstract bool GetInfo(
	Guid guid,
	out string filename,
	out int filesize,
	out bool persist
)

Parameters

guid
Type: SystemGuid
The GUID.
filename
Type: SystemString
The filename.
filesize
Type: SystemInt32
The filesize.
persist
Type: SystemBoolean
if set to true [persist].

Return Value

Type: Boolean
See Also