Represents the configuration settings for the replication components of a server.
The properties of this object allow you to control how inbound and outbound
replication is processed on the server.
Inbound replication occurs when an object is replicated from an external
repository to a Content Engine object store. Outbound replication occurs when an
object is replicated from a Content Engine object store to an external repository.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IReplicationConfiguration _ Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface IReplicationConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
Visual C++ |
---|
public interface class IReplicationConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
JavaScript |
---|
FileNet.Api.Admin.IReplicationConfiguration = function(); FileNet.Api.Admin.IReplicationConfiguration.createInterface('FileNet.Api.Admin.IReplicationConfiguration'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration