Restrict search to specific tags. This field is optional.

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

Syntax

C#
public IEnumerable<string> Tags { get; set; }
Visual Basic
Public Property Tags As IEnumerable(Of String)
	Get
	Set

See Also