Click or drag to resize

ContentExtractorResult Class

Content factory extractor result.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.ExtractorsContentExtractorResult

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public class ContentExtractorResult

The ContentExtractorResult type exposes the following members.

Constructors
 NameDescription
Public methodContentExtractorResultInitializes a new instance of the ContentExtractorResult class
Top
Properties
 NameDescription
Public propertyContentExtractor Contains the associated content extractor interface. If HasError is true then this property may be null.
Public propertyError If HasError is true then this property contains the error message.
Public propertyHasError If true, an error occured getting a content extractor and property Error will hold the error message.
Public propertyIsPasswordProtected True if document is password protected encrypted. If HasError is true, then see this property to determine if the document is unsupported for decrypting.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
An object of this type is returned by the SDK's ContentExtractorFactory.
See Also