IndexingField Object (COM-based API)
This object represents an indexing field. It is a common interface for interfaces of indexing fields of different types:
- BooleanIndexingField
- CurrencyIndexingField
- DateTimeIndexingField
- EnumerationIndexingField
- MultipleLinesIndexingField
- NumberIndexingField
- RegularExpressionIndexingField
- SingleLineIndexingField
- UrlIndexingField
All properties are set when the IIndexingFields::CreateNew method is called.
Properties
Name | Type | Description |
Name | String, read-only | Returns the indexing field name. |
Type | AttributeTypeEnum, read-only | Returns the indexing field type. |
IsRequired | Boolean, read-only | If the indexing field is required, this property returns TRUE. |
IsVisible | Boolean, read-only | If the indexing field is visible, this property returns TRUE. |
IsReadOnly | Boolean, read-only | If the indexing field is read only, this property returns TRUE. |
See also
26.03.2024 13:49:49