Represents a collection of CmIndexedColumn objects that define the columns that comprise an index. The order in which the CmIndexedColumn objects appear in the list reflect the order in which the columns are defined in the index. At least one element is required in the list.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmIndexedColumnList _
	Implements IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface ICmIndexedColumnList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class ICmIndexedColumnList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.ICmIndexedColumnList = function();
FileNet.Api.Collection.ICmIndexedColumnList.createInterface('FileNet.Api.Collection.ICmIndexedColumnList');

ToggleSee Also