A CmIndexDefinitionList collection object that specifies the set of index definitions corresponding to this table definition.

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

ToggleSyntax

Visual Basic (Declaration)
Property IndexDefinitions As ICmIndexDefinitionList
C#
ICmIndexDefinitionList IndexDefinitions { get; set; }
Visual C++
property ICmIndexDefinitionList^ IndexDefinitions {
	ICmIndexDefinitionList^ get ();
	void set (ICmIndexDefinitionList^ value);
}
JavaScript
function get_indexDefinitions();
function set_indexDefinitions(value);

ToggleRemarks

ToggleSee Also