IndexingFields Objects (COM-based API)
This object represents a collection of IndexingField objects.
Properties
| Name | Type | Description |
| Count | Long, read-only | Stores the number of elements in the collection. |
Methods
| Name | Description |
| Add | Adds a new element at the end of the collection. |
| Item | Provides access to a single element of the collection. |
| Remove | Removes an element from the collection. |
| RemoveAll | Removes all the elements from the collection. |
| CreateNew | Creates a new IndexingField object and returns a reference to it. |
| CreateNewField | Creates a new IndexingField object of specified type and returns a reference to it. |
See also
3/26/2024 1:49:49 PM