See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
SearchResultsItem::UserFields Data Member

Field-value pairs found in this document when the document was indexed.

C#
public System::Collections::Specialized::StringDictionary UserFields;
Visual Basic
Public UserFields As System::Collections::Specialized::StringDictionary
Remarks

When a document is indexed, dtSearch will store any field-value pairs found in the document when the field name matches one of the StoredFields in the IndexJob used to index this document. 

Example:

    SearchResultsItem item = m_results.CurrentItem;
    string subject = item.UserFields["Subject"];

See Also: 

Retrieving Fields in Search Results in the dtSearch Engine help file, dtSearchApiRef.chm  

See Also
You are here: dtSearch::Engine Namespace > SearchResultsItem Class > SearchResultsItem Data Members > UserFields Data Member
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.