ContentExtractorResult 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)
C#
public class ContentExtractorResult
Inheritance
Object    ContentExtractorResult

Remarks

An object of this type is returned by the SDK's ContentExtractorFactory.

Constructors

ContentExtractorResultInitializes 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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also