Specifies the unique identity of this external replicated object, relative to an external repository in which a replica of the object exists.

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

ToggleSyntax

Visual Basic (Declaration)
Property ExternalObjectIdentity As String
C#
string ExternalObjectIdentity { get; set; }
Visual C++
property String^ ExternalObjectIdentity {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_externalObjectIdentity();
function set_externalObjectIdentity(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 256
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also