Saves the current document to the specified URI.

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

Syntax

C#
public bool SaveAs(
	string uri
)
Visual Basic
Public Function SaveAs ( _
	uri As String _
) As Boolean
JScript
public function SaveAs(
	uri : String
) : boolean

Parameters

uri
Type: System..::..String
The URI to save to.

Return Value

True if the save operation was successful, false otherwise.

Remarks

The save operation is synchronous.

See Also