Represents a collection of SearchResultsInfo objects.

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

Syntax

C#
[SerializableAttribute]
[ObsoleteAttribute("Deprecated in DNN 7.1.  No longer used in the Search infrastructure.")]
public class SearchResultsInfoCollection : CollectionBase
Visual Basic
<SerializableAttribute>
<ObsoleteAttribute("Deprecated in DNN 7.1.  No longer used in the Search infrastructure.")> 
Public Class SearchResultsInfoCollection
	Inherits CollectionBase

Remarks

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    DotNetNuke.Services.Search..::..SearchResultsInfoCollection

See Also