Represents a collection of database, file, and/or fixed storage area objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IStorageAreaSet
    Implements ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IStorageAreaSet : ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IStorageAreaSet : ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IStorageAreaSet implements ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IStorageAreaSet extends ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also