EmailTemplateParser.ParseToFile Method

Symplus Rule Engine

Collapse image Expand Image Copy image CopyHover image
Parse template and save result into specified file

Namespace: Symplus.Core.Net
Assembly: Symplus.Core (in Symplus.Core.dll) Version: 1.1.7.1510 (1.1.7.1510)

Syntax

C#
public bool ParseToFile(
	string FilePath,
	bool ReplaceIfExists
)
Visual Basic
Public Function ParseToFile ( 
	FilePath As String,
	ReplaceIfExists As Boolean
) As Boolean
Visual C++
public:
bool ParseToFile(
	String^ FilePath, 
	bool ReplaceIfExists
)

Parameters

FilePath
Type: System..::..String
Full physical path to file
ReplaceIfExists
Type: System..::..Boolean
If true file which already exists will be replaced

Return Value

Type: Boolean
True if new content has been written

See Also