For a replicated object in an external repository, specifies provider-specific data for the object.

For an advanced storage area, this property stores internal data about the content item to be processed by a content queue sweep (ICmContentBackoutQueueSweep, ICmContentDeletionQueueSweep, or ICmContentReplicatonQueueSweep).

Data stored here is not queryable.

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

ToggleSyntax

Visual Basic (Declaration)
Property ReplicationData As Byte()
C#
byte[] ReplicationData { get; set; }
Visual C++
property array<unsigned char>^ ReplicationData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_replicationData();
function set_replicationData(value);

ToggleRemarks

ToggleSee Also