This property is not supported.

The status of the text extraction operation.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ExtractionStatus As Nullable(Of Integer)
C#
Nullable<int> ExtractionStatus { get; set; }
Visual C++
property Nullable<int> ExtractionStatus {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_extractionStatus();
function set_extractionStatus(value);

ToggleRemarks

ToggleSee Also