1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. SearchOptions
  8. /
  9. RetrieveAttributes

RetrieveAttributes

SearchOptions.RetrieveAttributes property

Gets or sets the flag of retrieving attributes associated with found documents. The default value is false.

public bool RetrieveAttributes { get; set; }

Property Value

The flag of retrieving attributes associated with found documents.

See Also