Click or drag to resize
SearchablesRetrieversGet Method
Gets searchables retriever related to given objectType.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public static SearchablesRetriever Get(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type.

Return Value

Type: SearchablesRetriever
See Also