Specifies whether this index job is for index migration purposes (true) or not (false). If this property is set to true, all of the IndexJobItem objects belonging to this index job must be of type IndexJobCollectionItem (for Verity collections).

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsMigrationJob As Nullable(Of Boolean)
C#
Nullable<bool> IsMigrationJob { get; }
Visual C++
property Nullable<bool> IsMigrationJob {
	Nullable<bool> get ();
}
JavaScript
function get_isMigrationJob();

ToggleRemarks

ToggleSee Also