Specifies the name of the index.

For a CmIndexDefinition object, if you set the value of this property, the value must conform to all of the constraints on index names enforced by the underlying database. If you do not specify a name, then the server will generate one.

For a CmTextSearchIndex object, the value of this property is the name assigned to this IBM Content Search Services index.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IndexName As String
C#
string IndexName { get; }
Visual C++
property String^ IndexName {
	String^ get ();
}
JavaScript
function get_indexName();

ToggleRemarks

ToggleSee Also