GetInfo Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploaderFileSystemProvider..::..GetInfo Method |
| UploaderFileSystemProvider Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| Visual Basic |
|---|
Public Overrides Function GetInfo ( _ guid As Guid, _ <OutAttribute> ByRef filename As String, _ <OutAttribute> ByRef filesize As Integer, _ <OutAttribute> ByRef persist As Boolean _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool GetInfo( Guid guid, [OutAttribute] String^% filename, [OutAttribute] int% filesize, [OutAttribute] bool% persist ) override |
Parameters
- guid
- Type: System..::..Guid
- filename
- Type: System..::..String%
- filesize
- Type: System..::..Int32%
- persist
- Type: System..::..Boolean%