Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Search.ISearchWords.WantPage Method

Verifies that the specified page is eligible for search terms, based on allowed access by anonymous users, authenticated users and additional page attributes.

Class: YetaWF.Core.Search.ISearchWords
Namespace: YetaWF.Core.Search
Assembly: YetaWF.Core

Syntax

public bool WantPage( PageDefinition page );

Parameters

page

(not specified)

Return Value

true if the page is eligible, false otherwise.

See Also YetaWF.Core.Search.ISearchWords ClassYetaWF.Core Overview