ISearchMbObjectResult.Content

Fore Syntax

Content: String;

Fore.NET Syntax

Content: String;

Description

The Content property returns contents of the Document object.

Comments

The property will be available, if on searching the ISolrMbObjectsSearchContext.NeedDocumentContent property is set to True, the current found object is theDocumentobject.

Example

The example of use is given in description of the ISolrMbObjectsSearchContext.NeedDocumentContent proprety.

See also:

ISearchMbObjectResult