Content Extractor Result Class
Content factory extractor result.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public class ContentExtractorResult- Inheritance
- Object ContentExtractorResult
Remarks
An object of this type is returned by the SDK's ContentExtractorFactory.
Constructors
| ContentExtractorResult | Initializes a new instance of the ContentExtractorResult class |
Properties
| ContentExtractor | Contains the associated content extractor interface. If HasError is true then this property may be null. |
| Error | If HasError is true then this property contains the error message. |
| HasError | If true, an error occured getting a content extractor and property Error will hold the error message. |
| IsPasswordProtected | True if document is password protected encrypted. If HasError is true, then see this property to determine if the document is unsupported for decrypting. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |