Click or drag to resize
SearchablesRetrieverIsObjectTypeIndexed Method
Indicates whether objectType is to be included in index.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public bool IsObjectTypeIndexed(
	SearchIndexInfo index,
	string objectType
)

Parameters

index
Type: CMS.SearchSearchIndexInfo
Index for which to perform the test.
objectType
Type: SystemString
Object type whose presence in index to test.

Return Value

Type: Boolean
True if objectType is to be included in index based on index settings, otherwise false.
See Also