Click or drag to resize

IAssetContentIndexingProvider Interface


Represents the provider that generates index from Asset text content

Namespace: Ingeniux.CMS.Assets.Search
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IAssetContentIndexingProvider

The IAssetContentIndexingProvider type exposes the following members.

Properties
 NameDescription
Public propertyAllowedAssetTypes Gets the extensions this indexer is in charge of indexing
Public propertyName Gets the name of the indexing provider
Top
Methods
 NameDescription
Public methodGetIndexEntries Retrieves objects that contains all information to be pushed into index, from checked in version, and checked out version is asset is checked out
Top
See Also