This interface is the base for subinterfaces representing object stores and external repositories.


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

Syntax

Visual Basic (Declaration)
Public Interface IRepository
    Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IRepository : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C++
interface class IRepository : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
J#
public interface IRepository implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JScript
public interface IRepository extends IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

See Also