Saves the current document. If the document has never been saved, the "Save As" dialog will be shown, otherwise the document will be saved to it's current URI.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Save()
Visual Basic
Public Function Save As Boolean
JScript
public function Save() : boolean

Return Value

True if the save operation was successful, false otherwise.

Remarks

The save operation is synchronous.

See Also