Represents a collection of Realm objects.


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

Syntax

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

See Also