Provides a set of constants that specify the direction in which instances of an external class, which is represented by an ExternalClassDescription object, can be replicated between a Content Engine object store and an external repository.


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

Syntax

Visual Basic (Declaration)
Public Enum ReplicationDirection
C#
public enum ReplicationDirection
C++
public enum class ReplicationDirection
J#
public enum ReplicationDirection
JScript
public enum ReplicationDirection

Members

Member NameDescription
BOTHSpecifies that instances of an external class can be replicated from an external repository to a Content Engine object store and can also be a target for objects replicated from a Content Engine object store to an external repository.
INBOUNDSpecifies that instances of an external class can be replicated from an external repository to a Content Engine object store.
OUTBOUNDSpecifies that instances of an external class can be a target for objects replicated from a Content Engine object store to an external repository.

See Also