An IndependentlyPersistableObject instance that participates in a binary relationship as the logical tail between two objects.

For a DynamicReferentialContainmentRelationship or ReferentialContainmentRelationship object, this is always a Folder object.

For a Link object, this can be any subclass of IndependentObject.

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

ToggleSyntax

Visual Basic (Declaration)
Property Tail As IIndependentObject
C#
IIndependentObject Tail { get; set; }
Visual C++
property IIndependentObject^ Tail {
	IIndependentObject^ get ();
	void set (IIndependentObject^ value);
}
JavaScript
function get_tail();
function set_tail(value);

ToggleRemarks

ToggleSee Also