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