Saves a infigo template. This does create the final output and is usually the next step after importing Infigo XML data.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool SaveFile(
	string strNewFileName
)
Visual Basic (Declaration)
Public Function SaveFile ( _
	strNewFileName As String _
) As Boolean
Visual C++
public:
bool SaveFile(
	String^ strNewFileName
)

Parameters

strNewFileName
Type: System..::.String
The new file name to store the document in.

Return Value

Returns true on sucess.

See Also