Criteria to search for.

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

Syntax

C#
[SerializableAttribute]
public class SearchQuery
Visual Basic
<SerializableAttribute>
Public Class SearchQuery

Remarks

This object should be passed to SearchController to search for Content. KeyWords and PortalId must be specified

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Search.Entities..::..SearchQuery

See Also