Tags can be specified as additional information

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