Enables inclusion of programmatic tokens within strings.
Supported Data Types
string
Scripted Extension Configuration XML
<property id="propertyId" labelResourceName="nameResource" descriptionResourceName="descriptionResource" dataType="string" template="core_v2_tokenizedString" />
Plugin Configuration C#
var property = new Property { Id = "propertyId", LabelResourceName = "nameResource", DescriptionResourceName = "descriptionResource", DataType = "string", Template = "core_v2_tokenizedString" };