Represents a collection of ObjectStore objects.


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

Syntax

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

See Also