The IDs of the base classes associated with the
instance. There will only be one ID value in this property for release 4.0 (or later) installations. For installations upgraded from a release prior to 4.0, there may be both
and
class ID values in this property, since these releases stored indexing information for both the
and
objects in the same Verity collection.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property BaseClassIds As IIdList |
C# |
---|
IIdList BaseClassIds { get; set; } |
C++ |
---|
property IIdList BaseClassIds abstract { IIdList get(); void set(IIdList value); } |
J# |
---|
/** property */ public IIdList get_BaseClassIds(); /** property */ public void set_BaseClassIds(IIdList value); |
JScript |
---|
public function get BaseClassIds() : IIdList public function set BaseClassIds(value : IIdList); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: GUID
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ