Defines a column that forms part of a database index, and the manner in which the column participates in the index.

Using the properties on this class, you can:

  • Specify the name of the column.
  • Control whether a key column should be in ascending or descending order.
  • Specify an include-only column.

Note that these properties are all SETTABLE_ONLY_ON_CREATE. Therefore, instances of CmIndexedColumn are immutable once created.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmIndexedColumn _
	Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface ICmIndexedColumn : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ICmIndexedColumn : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ICmIndexedColumn = function();
FileNet.Api.Admin.ICmIndexedColumn.createInterface('FileNet.Api.Admin.ICmIndexedColumn');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

ToggleSee Also