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
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
public abstract bool GetInfo(
Guid guid,
out string filename,
out int filesize,
out bool persist
);
- guid
- The GUID.
- filename
- The filename.
- filesize
- The filesize.
- persist
- if set to
true
[persist].
See Also
UploaderProvider Class | CuteWebUI Namespace