ContentExtractorResultHasError Property

If true, an error occured getting a content extractor and property Error will hold the error message.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public bool HasError { get; set; }

Property Value

Boolean

See Also