[Missing <summary> documentation for "M:RTE.UploaderFileSystemProvider.GetInfo(System.Guid,System.String@,System.Int32@,System.Boolean@)"]

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public override bool GetInfo(
	Guid guid,
	out string filename,
	out int filesize,
	out bool persist
)
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

[Missing <param name="guid"/> documentation for "M:RTE.UploaderFileSystemProvider.GetInfo(System.Guid,System.String@,System.Int32@,System.Boolean@)"]

filename
Type: System..::..String%

[Missing <param name="filename"/> documentation for "M:RTE.UploaderFileSystemProvider.GetInfo(System.Guid,System.String@,System.Int32@,System.Boolean@)"]

filesize
Type: System..::..Int32%

[Missing <param name="filesize"/> documentation for "M:RTE.UploaderFileSystemProvider.GetInfo(System.Guid,System.String@,System.Int32@,System.Boolean@)"]

persist
Type: System..::..Boolean%

[Missing <param name="persist"/> documentation for "M:RTE.UploaderFileSystemProvider.GetInfo(System.Guid,System.String@,System.Int32@,System.Boolean@)"]

Return Value

[Missing <returns> documentation for "M:RTE.UploaderFileSystemProvider.GetInfo(System.Guid,System.String@,System.Int32@,System.Boolean@)"]

See Also