An ExternalRepository object that represents one of the following items:
  • The external repository in which this external identity applies.
  • The external repository in which this mapped external class is defined.
  • The external repository in which this mapped external property is defined.
  • The external repository participating in replication through its containing replication group.

An external repository is a repository that is external to the Content Engine server, such as an IBM® Content Manager OnDemand (CMOD) repository or an IBM® FileNet® Image Services repository.

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

ToggleSyntax

Visual Basic (Declaration)
Property ExternalRepository As IExternalRepository
C#
IExternalRepository ExternalRepository { get; set; }
Visual C++
property IExternalRepository^ ExternalRepository {
	IExternalRepository^ get ();
	void set (IExternalRepository^ value);
}
JavaScript
function get_externalRepository();
function set_externalRepository(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: ExternalRepository
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also