The SearchDataStore is an implementation of the abstract SearchDataStoreProvider class

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

Syntax

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

Remarks

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Search..::..SearchDataStoreProvider
    DotNetNuke.Services.Search..::..SearchDataStore

See Also