Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

Parameters

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

See Also