Click or drag to resize

IAssetContentSearchResultItem Interface


Represents a search result entry 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 IAssetContentSearchResultItem

The IAssetContentSearchResultItem type exposes the following members.

Properties
 NameDescription
Public propertyAssetId Gets the Id of the Asset
Public propertyCheckedOut Gets whether the content item is checked out
Public propertyMatchingFrag Gets the matching fragment from search result that highlights the search terms in their surrounding context.
Public propertyName Gets the name of the Asset
Public propertyScore Gets the score for this item in the search context
Public propertyTitle Gets the title of the Asset content. Empty if no distinctive title in Asset content
Top
Methods
 NameDescription
Public methodAsset Retrieves the Asset this search result item represents
Top
See Also