Saves the specified uploader.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public abstract void Save( Guid guid, string filename, Stream stream ) |
Visual Basic |
---|
Public MustOverride Sub Save ( _ guid As Guid, _ filename As String, _ stream As Stream _ ) |
Visual C++ |
---|
public: virtual void Save( Guid guid, String^ filename, Stream^ stream ) abstract |
Parameters
- guid
- Type: System..::..Guid
The GUID.
- filename
- Type: System..::..String
The filename.
- stream
- Type: System.IO..::..Stream
The stream.