Enum FieldCharacterType
Specifies whether a field character marks the start, separator, or end boundary of a field.
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum FieldCharacterType
End
Marks the end of a field and follows the field result.
Separator
Marks the boundary between the field code and the field result content.
Start
Marks the beginning of a field and precedes the field code.