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

ToggleSee Also