For a
object, the head is always a
object.
For a
object, the head can be any of the
subclasses (such as a
,
, or
object). In this case, when the head is a
object, it represents a specific document version.
For a
object, this property can specify any object that is a subclass of the
base class.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Head As IIndependentObject |
C# |
---|
IIndependentObject Head { get; set; } |
C++ |
---|
property IIndependentObject Head abstract { IIndependentObject get(); void set(IIndependentObject value); } |
J# |
---|
/** property */ public IIndependentObject get_Head(); /** property */ public void set_Head(IIndependentObject value); |
JScript |
---|
public function get Head() : IIndependentObject public function set Head(value : IIndependentObject); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DMA
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ