Represents a collection of ObjectStore objects.
Namespace:
FileNet.Api.CollectionAssembly: 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 |
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'); |