UiPath Documentation
activities
latest
false
Document Understanding activities

WildcardDataPointCollection Class

WildcardDataPointCollection read-only collection of WildcardDataPoint facades in the V1 navigator, with filters that return only basic fields, tables, or field groups.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assembly: UiPath.DocumentProcessing.Contracts
  • Inherits: System.Collections.ObjectModel.ReadOnlyCollection<WildcardDataPoint>

Description

WildcardDataPointCollection is a read-only collection of WildcardDataPoint facades. It is the return type of GetFields(...) on ComponentCollectionFacade and exposes filtered views grouped by field type.

Because it inherits from ReadOnlyCollection<WildcardDataPoint>, standard collection members such as Count and the indexer are also available.

Members

Constructors

ConstructorDescription
WildcardDataPointCollection(IList<WildcardDataPoint> list)Initializes a new collection from a list of facades.
WildcardDataPointCollection(IList<ResultsDataPoint> list)Initializes a new collection by wrapping each ResultsDataPoint in a WildcardDataPoint.

Properties

PropertyTypeDescription
BasicFieldsBasicDataPoint[]The items that are neither tables nor field groups, as basic field facades. Read-only.
TablesTableDataPoint[]The items of type table, as table facades. Read-only.
FieldGroupsFieldGroupDataPoint[]The items of type field group, as field group facades. Read-only.
  • Definition
  • Description
  • Members
  • Constructors
  • Properties

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated