public class DocumentConfiguration : IDisposablepublic ref class DocumentConfiguration : IDisposable| Active | Gets or sets the flag indicating whether or not enhanced processing occurs. If false only the raw data of the files is searched. |
| SearchMode | Gets or sets the type of document searching used. |
| SearchRawDocumentData | Gets or sets the flag indicating if the raw document data should be searched. (Only applies when in Custom search mode). |
| UseAllDocumentExtensions | Gets or sets the flag indicating if all available document extensions should be used. (Only applies when in Custom search mode). |
| Dispose | Releases all resources used by the DocumentConfiguration |
| Dispose(Boolean) | Releases the unmanaged resources used by the DocumentConfiguration and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |