This property is not supported.

A list of name and value pairs for properties extracted from the content during text extraction.

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

ToggleSyntax

Visual Basic (Declaration)
Property ExtractedProperties As IStringList
C#
IStringList ExtractedProperties { get; set; }
Visual C++
property IStringList^ ExtractedProperties {
	IStringList^ get ();
	void set (IStringList^ value);
}
JavaScript
function get_extractedProperties();
function set_extractedProperties(value);

ToggleRemarks

ToggleSee Also