Gets the list of tags parsing the search keywords

Namespace: DotNetNuke.Services.Search.Internals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IList<string> GetTags(
	string keywords,
	out string outputKeywords
)
Visual Basic
Function GetTags ( 
	keywords As String,
	<OutAttribute> ByRef outputKeywords As String
) As IList(Of String)

Parameters

keywords
Type: System..::..String
search keywords
outputKeywords
Type: System..::..String%
output keywords removing the tags

Return Value

List of tags

See Also