| IAssetContentIndexEntry Interface | 
Namespace: Ingeniux.CMS.Assets.Search
 Syntax
SyntaxThe IAssetContentIndexEntry type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AssetId | 
            Gets/sets the asset id
             | 
|  | CheckedOutContent | 
            Gets/sets whether the content is from checked in or checked out version of the asset
             | 
|  | Content | 
            Gets/sets the asset content to be indexed
             | 
|   | Hierarchy | 
            Gets/sets the hierarchy of the asset, which is a list of ancestor ids, without the "af/" part.
             | 
|  | Locale | 
            Gets/sets the Asset locale
             | 
|  | Name | 
            Gets/sets the asset name
             | 
|  | Schema | 
            Gets/sets the Asset schema
             | 
|  | Title | 
            Gets/sets the asset title, if asset content contains explicit title
             | 
 See Also
See Also