OnDataChange Method

This method informs Search of a document change.

Syntax

IGatherNotify.OnDataChange Advise, PhyAddress[, LogAddress]

Parameters

Advise

The change in the document.

GTHR_CA_ADD

Add the document to the list of documents to index.

GTHR_CA_DELETE

Delete the document from the list of documents to index.

GTHR_CA_MODIFY

Update the entries for the document.

PhyAddress

The address where the file is located.

LogAddress

The address where the file is displayed to site visitors.

Remarks

You must call the Init method before you can call this method.

Example

See Accessing an IGatherNotify Object.

See Also

Init, IBuildCatalog.NotificationSource, IBuildCatalog.ProjectType


© 1997-1998 Microsoft Corporation. All rights reserved.