Click or drag to resize

IAssetContentIndexEntry Interface


Represents an Asset content item. It contains all the information to be indexed

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

The IAssetContentIndexEntry type exposes the following members.

Properties
 NameDescription
Public propertyAssetId Gets/sets the asset id
Public propertyCheckedOutContent Gets/sets whether the content is from checked in or checked out version of the asset
Public propertyContent Gets/sets the asset content to be indexed
Public propertyCode exampleHierarchy Gets/sets the hierarchy of the asset, which is a list of ancestor ids, without the "af/" part.
Public propertyLocale Gets/sets the Asset locale
Public propertyName Gets/sets the asset name
Public propertySchema Gets/sets the Asset schema
Public propertyTitle Gets/sets the asset title, if asset content contains explicit title
Top
See Also