A collection of Portal Ids of the Site to perform Search upon. This field must be specified or else Portal 0 will be searched by default.

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

Syntax

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

Remarks

Search cannot be executed across Sites

See Also