Field-value pairs found in this document when the document was indexed.
C#
public List<string> UserFields;
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. The field-value pairs are returned as a List of strings in UserFields. Use GetUserField() to retrieve values by name.