Click or drag to resize
SearchablesRetriever.GetSearchableObjects 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.Search.SearchIndexInfo
SearchIndexInfo for which to return collection of ISearchables.

Return Value

Type: IEnumerable<ISearchable>
See Also