Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Search.ISearchWords.SetUrlAsync Method

Prepares to add new search terms for the specified Url.

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

Syntax

public Task<bool> SetUrlAsync(
    string url,
    PageSecurityType pageSecurity,
    MultiString title,
    MultiString summary,
    DateTime dateCreated,
    DateTime? dateUpdated,
    bool allowAnonymous,
    bool allowUser );
public Task<bool> SetUrlAsync(
    string url,
    PageSecurityType pageSecurity,
    MultiString title,
    MultiString summary,
    DateTime dateCreated,
    DateTime? dateUpdated,
    bool allowAnonymous,
    bool allowUser,
    string customData );

Parameters

url

(not specified)

pageSecurity

(not specified)

title

(not specified)

summary

(not specified)

dateCreated

(not specified)

dateUpdated

(not specified)

allowAnonymous

(not specified)

allowUser

(not specified)

customData

(not specified)

Return Value

true if the Url is eligible, false otherwise.

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