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

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

ToggleSyntax

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

ToggleSee Also