Click or drag to resize

AssetContentIndexingProviderBaseGetIndexEntries Method


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

Parameters

asset
Type: Ingeniux.CMSIAsset

[Missing <param name="asset"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentIndexingProviderBase.GetIndexEntries(Ingeniux.CMS.IAsset)"]

Return Value

Type: IAssetContentIndexEntry

[Missing <returns> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentIndexingProviderBase.GetIndexEntries(Ingeniux.CMS.IAsset)"]

Implements

IAssetContentIndexingProviderGetIndexEntries(IAsset)
See Also