Represents repositories that are external to the Content Engine server and are capable of federating content. This interface is the base for subinterfaces representing specific external repository types that are capable of federating content.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also