An IndependentlyPersistableObject instance that participates in a binary relationship as the logical head (containee) in a relationship between two objects.

For a DynamicReferentialContainmentRelationship object, the head is always a Versionable object.

For a ReferentialContainmentRelationship object, the head can be any of the Containable subclasses (such as a CustomObject, Document, or Folder object). In this case, when the head is a Document object, it represents a specific document version.

For a Link object, this property can specify any object that is a subclass of the IndependentObject base class.

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

ToggleSyntax

Visual Basic (Declaration)
Property Head As IIndependentObject
C#
IIndependentObject Head { get; set; }
Visual C++
property IIndependentObject^ Head {
	IIndependentObject^ get ();
	void set (IIndependentObject^ value);
}
JavaScript
function get_head();
function set_head(value);

ToggleRemarks

ToggleSee Also