Represents a collection of IndexArea objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IIndexAreaSet _
	Implements ISubscribableSet, IEngineCollection, IEnumerable, ICloneable,  _
	IIndependentObjectSet, IEngineSet
C#
public interface IIndexAreaSet : ISubscribableSet, 
	IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet
Visual C++
public interface class IIndexAreaSet : ISubscribableSet, 
	IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet
JavaScript
FileNet.Api.Collection.IIndexAreaSet = function();
FileNet.Api.Collection.IIndexAreaSet.createInterface('FileNet.Api.Collection.IIndexAreaSet');

ToggleSee Also