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