Click or drag to resize
SearchablesRetrieverGetSearchableObjects Method
Returns collection of all ISearchable objects for given indexInfo.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public virtual IEnumerable<ISearchable> GetSearchableObjects(
	SearchIndexInfo indexInfo
)

Parameters

indexInfo
Type: CMS.SearchSearchIndexInfo
SearchIndexInfo for which to return collection of ISearchables.

Return Value

Type: IEnumerableISearchable
See Also