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

ToggleSee Also