Click or drag to resize
SearchIndexInfoProviderIsObjectTypeIndexed Method
Determines whether the class has a general index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static bool IsObjectTypeIndexed(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: Boolean
See Also