This read-only property returns a list of the documents currently being crawled.
Syntax
IBuildCatalog.CurrentPages
Remarks
This property does not return a list of all of the documents that were crawled building the current catalog. To get this information, use the IGatherLog interface.
Example
See Creating and Accessing IBuildCatalog Interface Objects.
See Also