Enum
FieldCharacterType

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:

cs-api-definition
public enum FieldCharacterType

Fields

End

Marks the end of a field and follows the field result.

Declaration

cs-api-definition
End = 1

Field Value

FieldCharacterType

Separator

Marks the boundary between the field code and the field result content.

Declaration

cs-api-definition
Separator = 2

Field Value

FieldCharacterType

Start

Marks the beginning of a field and precedes the field code.

Declaration

cs-api-definition
Start = 0

Field Value

FieldCharacterType

In this article
DefinitionFieldsEndSeparatorStart
Not finding the help you need?
Contact Support