UploaderFileSystemProviderGetInfo Method |
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic override bool GetInfo(
Guid guid,
out string filename,
out int filesize,
out bool persist
)
Public Overrides 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
- filename
- Type: SystemString
- filesize
- Type: SystemInt32
- persist
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also