Imports the data of a matching InfigoTemplate object.

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

Syntax

C#
public bool ImportTemplate(
	InfigoTemplate template,
	bool bEscape
)
Visual Basic (Declaration)
Public Function ImportTemplate ( _
	template As InfigoTemplate, _
	bEscape As Boolean _
) As Boolean
Visual C++
public:
bool ImportTemplate(
	InfigoTemplate^ template, 
	bool bEscape
)

Parameters

template
Type: InfigoSDK..::.InfigoTemplate
The InfigoTemplate object to import. Please note, that the object must match the current open file.
bEscape
Type: System..::.Boolean
This boolean parameter specifies if rich text format tag identifier should be automatically esacped (square brackets [), or not. If the template does actually contain rich text format parameters, this should be set to false.

Return Value

Returns true on success.

See Also