EasySearchASP.net Documented Class Library

Catalog.RemovePageFromCatalog Method (String, Boolean)

Url to remove from Catalog.

public bool RemovePageFromCatalog(
   string Url,
   bool AddUrlToQueue
);

Parameters

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

Return Value

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

See Also

Catalog Class | EasySearchModule Namespace | Catalog.RemovePageFromCatalog Overload List