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
Syntax
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
See Also