An IndexArea object representing the index area that contains the IBM® Content Search Services index referenced by the IndexationId property.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IndexArea As IIndexArea
C#
IIndexArea IndexArea { get; }
Visual C++
property IIndexArea^ IndexArea {
	IIndexArea^ get ();
}
JavaScript
function get_indexArea();

ToggleRemarks

ToggleSee Also