Show / Hide Table of Contents

Interface ISearchQueryStringParser

Namespace: DotNetNuke.Services.Search.Internals
Assembly: DotNetNuke.dll
Syntax
public interface ISearchQueryStringParser

Methods

GetLastModifiedDate(string, out string)

Declaration
DateTime GetLastModifiedDate(string keywords, out string outputKeywords)
Parameters
Type Name Description
string keywords
string outputKeywords
Returns
Type Description
DateTime

GetSearchTypeList(string, out string)

Declaration
IList<string> GetSearchTypeList(string keywords, out string outputKeywords)
Parameters
Type Name Description
string keywords
string outputKeywords
Returns
Type Description
IList<string>

GetTags(string, out string)

Declaration
IList<string> GetTags(string keywords, out string outputKeywords)
Parameters
Type Name Description
string keywords
string outputKeywords
Returns
Type Description
IList<string>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS