The IDs of the base classes associated with the VerityCollection 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 Annotation and Document class ID values in this property, since these releases stored indexing information for both the Annotation and Document 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

See Also