ResultsTableColumnInfo Class
The ResultsTableColumnInfo class provides information about the columns of the table.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Results - Assembly:
UiPath.DocumentProcessing.Contracts
Description
Provides information about the columns of the table.
Members
Constructors
ResultsTableColumnInfo (string, string, UiPath.DocumentProcessing.Contracts.Taxonomy.FieldType) - The public default constructor.
Properties
FieldId<string>- Specifies the column field ID from the taxonomy.FieldName<string>- Specifies the column field name from the taxonomy.FieldType<string>- Specifies the column field type.