Click or drag to resize
SearchIndexInfoProviderGetIndexIDs Method
Returns list of index ids for specified object type(s).

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static List<int> GetIndexIDs(
	List<string> typeCodes
)

Parameters

typeCodes
Type: System.Collections.GenericListString
Object type names (separated with semicolon)

Return Value

Type: ListInt32
See Also