A collection of Search Type Ids that should be searched upon [Optional]

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

Syntax

C#
public IEnumerable<int> SearchTypeIds { get; set; }
Visual Basic
Public Property SearchTypeIds As IEnumerable(Of Integer)
	Get
	Set

See Also