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 IEngineCollection, IEnumerable, ICloneable, IDependentObjectList,  _
	IList, ICollection
C#
public interface ICmIndexedColumnList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
Visual C++
public interface class ICmIndexedColumnList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
JavaScript
FileNet.Api.Collection.ICmIndexedColumnList = function();
FileNet.Api.Collection.ICmIndexedColumnList.createInterface('FileNet.Api.Collection.ICmIndexedColumnList');

ToggleSee Also