New to Telerik Document ProcessingStart a free 30-day trial

Builds a formatted table of legal authorities from TA field entries, organizing citations by category with page numbers and supporting custom separators and formatting.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Fields

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public class ToaField : TableFieldBase

Inheritance: objectFieldTableFieldBaseToaField

Inherited Members Field.EncodeParameter(string)Field.GetFormattedDate(DateTime)Field.DateTimeFormattingField.NumericFormattingField.GeneralFormattingsField.Document...

Methods

Determines whether the specified field code switch accepts an argument value.

C#
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters:switchKeystring

The switch key.

Returns:

bool

True if the switch can have argument.

Overrides: TableFieldBase.IsSwitchWithArgumentOverride(string)