Saves the specified uploader.

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

Syntax

C#
public virtual void Save(
	Guid guid,
	string filename,
	string temppath
)
Visual Basic
Public Overridable Sub Save ( _
	guid As Guid, _
	filename As String, _
	temppath As String _
)
Visual C++
public:
virtual void Save(
	Guid guid, 
	String^ filename, 
	String^ temppath
)

Parameters

guid
Type: System..::..Guid
The GUID.
filename
Type: System..::..String
The filename.
temppath
Type: System..::..String
The temppath.

See Also