The object ID (GUID) of the Verity collection used. This will be null for objects that were full text indexed prior to the 4.0 release.

This property must be set if the property is to be CBR enabled (the PropertyDefinitionString.IsCBREnabled property).


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

Syntax

Visual Basic (Declaration)
ReadOnly Property IndexationId As Id
C#
Id IndexationId { get; }
C++
property Id IndexationId abstract  {
    Id get();
}
J#
/** property */
public Id get_IndexationId();
JScript
public function get IndexationId() : Id

Remarks

See Also