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

ToggleSee Also