Represents a collection of ObjectStore objects.

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

ToggleSyntax

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

ToggleSee Also