The object ID (GUID) of the IBM® Content Search Services index that is used for this object. This value is null for objects that are full-text indexed prior to the 4.0 release.

The server sets this property if this object is CBR-enabled. An object is considered to be CBR-enabled if you set the PropertyDefinitionString.IsCBREnabled property of the property definition of one of the object's string-valued properties to true.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property IndexationId As Id
C#
Id IndexationId { get; set; }
Visual C++
property Id^ IndexationId {
	Id^ get ();
	void set (Id^ value);
}
JavaScript
function get_indexationId();
function set_indexationId(value);

ToggleRemarks

ToggleSee Also