This property specifies whether Search retrieves the information in this column.
Syntax
IColumn.Retrieve
Remarks
If Retrieve is True, Search retrieves the information in this column; If Retrieve is False, Search does not retrieve the information in this column.
If the filter for a particular document type does not emit this column as a retrievable value, setting Retrieve to True has no effect. In addition, Search will not report an error when indexing documents of that type. Many properties emitted by the HTML indexing filter, including all URL link properties, are emitted only as indexable values.
Example
See Creating an IColumn Object.
See Also