{CompanyName} FlexyGo

ResultElement..::..SaveToFile Method (String, Exception%)

Serializes current ResultElement object into file

Namespace:  FLEXYGO.Gipe
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public virtual bool SaveToFile(
	string fileName,
	ref Exception exception
)
Public Overridable Function SaveToFile ( _
	fileName As String, _
	ByRef exception As Exception _
) As Boolean

Parameters

fileName
Type: String
full path of outupt xml file
exception
Type: Exception%
output Exception value if failed

Return Value

true if can serialize and save into file; otherwise, false