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.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property IndexationId As Id
C#
Id IndexationId { get; set; }
C++
property Id IndexationId abstract  {
    Id get();
    void set(Id value);
}
J#
/** property */
public Id get_IndexationId();

/** property */
public void set_IndexationId(Id value);
JScript
public function get IndexationId() : Id

public function set IndexationId(value : Id);

Remarks

See Also