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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: DMA
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ