Represents a collection of SearchItemInfo 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 SearchItemInfoCollection : CollectionBase
Visual Basic
<SerializableAttribute>
<ObsoleteAttribute("Deprecated in DNN 7.1.  No longer used in the Search infrastructure.")> 
Public Class SearchItemInfoCollection
	Inherits CollectionBase

Remarks

Inheritance Hierarchy

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

See Also