Click or drag to resize

imbStringTemplateExtensions Methods

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The imbStringTemplateExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleapplyToContent(String, Boolean, PropertyCollection)
Replaces all template placeholder fields if mached with data PropertyCollection key values.
Public methodStatic memberapplyToContent(String, PropertyCollection, Boolean)
Replaces all hard {{{data_fieldname}}} and soft {{data_fieldname}} fields if mached with data PropertyCollection key values.
Public methodStatic membergetPlaceHolders
Creates placeholder collection
Public methodStatic memberisTemplate
Determines whether this String has template placeholders
Top
See Also