UiPath Documentation
activities
latest
false
Document Understanding activities

WildcardDataPoint Class

WildcardDataPoint facade in the V1 navigator for a data point of unknown type, with conversion methods to the basic, table, and field group facades.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assembly: UiPath.DocumentProcessing.Contracts
  • Inherits: DataPointFacadeBase

Description

WildcardDataPoint is a facade for a ResultsDataPoint whose type is not known in advance. It exposes conversion methods to the typed facades and value-removal methods.

A WildcardDataPoint is typically obtained from ExtractionResultHandler.FromDataPoint(...) or from a WildcardDataPointCollection returned by GetFields(...).

Members

Constructors

ConstructorDescription
WildcardDataPoint(ResultsDataPoint dataPoint)Initializes a new instance wrapping the specified data point.

Methods

MethodReturnsDescription
ToFieldGroup()FieldGroupDataPointConverts this data point to a field group facade.
ToTable()TableDataPointConverts this data point to a table facade.
ToBasicField()BasicDataPointConverts this data point to a basic field facade.
Clear()WildcardDataPointRemoves all values from the data point and returns this instance for chaining.
Remove(int index)WildcardDataPointRemoves the value at the specified index and returns this instance for chaining.

Inherited members

Field metadata and validator properties (FieldType, FieldId, FieldName, IsMissing, DataVersion, DataSource, OperatorConfirmed, ValidatorNotes, ValidatorNotesInfo) and GetRawDataPoint() are inherited from DataPointFacadeBase.

  • Definition
  • Description
  • Members
  • Constructors
  • Methods
  • Inherited members

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated