Represents a collection of IndexArea objects.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |