Click or drag to resize
SearchIndexInfoProviderInvalidateIndexIDsInternal Method
Invalidates index ids collection for specified object type.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
protected virtual void InvalidateIndexIDsInternal(
	string type,
	bool logtask
)

Parameters

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