Click or drag to resize
SearchablesRetrieversRegisterTRetriever Method
Registers given searchables retriever for the specific object type.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public static void Register<TRetriever>(
	string objectType
)
where TRetriever : new(), SearchablesRetriever

Parameters

objectType
Type: SystemString
Object type.

Type Parameters

TRetriever
See Also