EmailTemplateParser Constructor (String, Hashtable)

Symplus Rule Engine

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the EmailTemplateParser class

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

Syntax

C#
public EmailTemplateParser(
	string FilePath,
	Hashtable Variables
)
Visual Basic
Public Sub New ( 
	FilePath As String,
	Variables As Hashtable
)
Visual C++
public:
EmailTemplateParser(
	String^ FilePath, 
	Hashtable^ Variables
)

Parameters

FilePath
Type: System..::..String

[Missing <param name="FilePath"/> documentation for "M:Symplus.Core.Net.EmailTemplateParser.#ctor(System.String,System.Collections.Hashtable)"]

Variables
Type: System.Collections..::..Hashtable

[Missing <param name="Variables"/> documentation for "M:Symplus.Core.Net.EmailTemplateParser.#ctor(System.String,System.Collections.Hashtable)"]

See Also