EasySearchASP.net Documented Class Library

Catalog.RemovePageFromCatalog Method (Page, Boolean)

Remove page from Catalog.

public bool RemovePageFromCatalog(
   Page PageToBeRemoved,
   bool AddUrlToQueue
);

Parameters

PageToBeRemoved
Page to be removed
AddUrlToQueue
Do you want to add this page to the Queue after it's been removed?

Return Value

True if page was removed, false if page was not found

See Also

Catalog Class | EasySearchModule Namespace | Catalog.RemovePageFromCatalog Overload List