Represents repositories that are external to the Content Engine server. This interface is the base for subinterfaces that represent specific types of external repositories.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IExternalRepository _
	Implements IRepository, IIndependentlyPersistableObject, IIndependentObject, IEngineObject,  _
	ICloneable
C#
public interface IExternalRepository : IRepository, 
	IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IExternalRepository : IRepository, 
	IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Replication.IExternalRepository = function();
FileNet.Api.Replication.IExternalRepository.createInterface('FileNet.Api.Replication.IExternalRepository');

ToggleRemarks

Metadata

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

ToggleSee Also