UploaderProviderGetInfo Method |
Gets the information of the specified uploader.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic abstract bool GetInfo(
Guid guid,
out string filename,
out int filesize,
out bool persist
)
Public MustOverride Function GetInfo (
guid As Guid,
<OutAttribute> ByRef filename As String,
<OutAttribute> ByRef filesize As Integer,
<OutAttribute> ByRef persist As Boolean
) As Boolean
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