dtSearch Text Retrieval Engine .NET interface

SearchResults.DocDetailItem Property

Access a named property of the selected SearchResults item.

public string this[
   string name
] {get;}

Remarks

Use GetDocDetails to access all of the properties.

The GetDocDetails and GetDocDetailItem methods are provided for backward compatibility with applications created using the old COM interface, and are deprecated.

CurrentItem provides an easier and more efficient way to access document properties.

See Also

SearchResults Class | dtSearch.Engine Namespace