Click or drag to resize
UploaderFileSystemProviderGetInfo Method

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

Parameters

guid
Type: SystemGuid
filename
Type: SystemString
filesize
Type: SystemInt32
persist
Type: SystemBoolean

Return Value

Type: Boolean
See Also