Click or drag to resize
SearchIndexInfoProviderSetIndexFilesStatus Method
Sets status of search index files that belongs to current application process.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static void SetIndexFilesStatus(
	SearchIndexInfo indexInfo,
	IndexStatusEnum status
)

Parameters

indexInfo
Type: CMS.SearchSearchIndexInfo
Search index to update
status
Type: CMS.SearchIndexStatusEnum
Index status
See Also