Click or drag to resize
SearchIndexInfoProviderInvalidateIndexIDs Method (String, Boolean)
Invalidates index ids collection for specified object type.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static void InvalidateIndexIDs(
	string type,
	bool logtask
)

Parameters

type
Type: SystemString
Object type name
logtask
Type: SystemBoolean
Indicates whether web farm task should be logged
See Also