Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Search.ISearchWords Interface

Defines the interface used by pages/modules to collect search terms for Urls.

Namespace: YetaWF.Core.Search
Assembly: YetaWF.Core

Syntax

public interface ISearchWords;

Methods

PublicAddContentAdds the specified data as search terms for the current Url.
PublicAddKeywordsAdds keywords as search terms.
PublicAddObjectContentsAdds all public strings and MultiString properties with get/set accessors as search terms for the current Url.
PublicAddTitleAdds title keywords. SetUrl automatically adds the provided title as search terms.
PublicSaveAsyncSaves the search terms processed for the current Url.
PublicSetUrlAsyncPrepares to add new search terms for the specified Url.
PublicWantPageVerifies that the specified page is eligible for search terms, based on allowed access by anonymous users, authenticated users and additional page attributes.

See Also YetaWF.Core Overview