Skip to content

81bbc161 83e1 ff91 7904 4b6a5260f76c

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseModel(T).SaveToFile Method (String, Exception)

Additional header content

Serializes current BaseModel object into file

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public virtual bool SaveToFile(
	string fileName,
	out Exception exception
)

VB

Public Overridable Function SaveToFile ( 
	fileName As String,
	<OutAttribute> ByRef exception As Exception
) As Boolean

Parameters

 

fileName
Type: System.String
Full path of output Xml file
exception
Type: System.Exception
Output Exception value if failed

Return Value

Type: Boolean
true if can serialize and save into file; otherwise, false.

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseModel`1.SaveToFile(System.String,System.Exception@)"]

See Also

Reference

BaseModel(T) Class
SaveToFile Overload
iTin.Export.Model Namespace

Clone this wiki locally