A ReplicationDirection constant that specifies the direction in which the property in an external repository that is described by this external property description can be mapped for replication with respect to a Content Engine property. This mapping direction can be inbound, outbound, or both.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property MappableDirection As Nullable(Of ReplicationDirection)
C#
Nullable<ReplicationDirection> MappableDirection { get; }
Visual C++
property Nullable<ReplicationDirection> MappableDirection {
	Nullable<ReplicationDirection> get ();
}
JavaScript
function get_mappableDirection();

ToggleRemarks

ToggleSee Also