Saves the specified uploader.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.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.