UploaderProvider.GetInfo Method

php Uploader

PHP File Uploader Class Reference

UploaderProvider.GetInfo Method 

Gets the information of the specified uploader.

[Visual Basic] MustOverride Public Function GetInfo( _
   ByVal guid As Guid, _
   ByRef filename As String, _
   ByRef filesize As Integer, _
   ByRef persist As Boolean _
) As Boolean
[C#]
public abstract bool GetInfo(
   Guid guid,
   out string filename,
   out int filesize,
   out bool persist
);
Parameters
guid
The GUID.
filename
The filename.
filesize
The filesize.
persist
if set to true [persist].
Return Value

See Also

UploaderProvider Class | CuteWebUI Namespace