Click or drag to resize

IAssetContentIndexingProviderGetIndexEntries Method


Retrieves objects that contains all information to be pushed into index, from checked in version, and checked out version is asset is checked out

Namespace: Ingeniux.CMS.Assets.Search
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IAssetContentIndexEntry[] GetIndexEntries(
	IAsset asset
)

Parameters

asset  IAsset
Asset to retrieve index entries for

Return Value

IAssetContentIndexEntry
If asset is checked in, will only return the content from checked in current; Otherwise, returns content from checked out version as second item
See Also