The list of classes or collections to index. All objects in this list are a subclass of IndexJobItem.


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

Syntax

Visual Basic (Declaration)
Property IndexItems As IIndexJobItemList
C#
IIndexJobItemList IndexItems { get; set; }
C++
property IIndexJobItemList IndexItems abstract  {
    IIndexJobItemList get();
    void set(IIndexJobItemList value);
}
J#
/** property */
public IIndexJobItemList get_IndexItems();

/** property */
public void set_IndexItems(IIndexJobItemList value);
JScript
public function get IndexItems() : IIndexJobItemList

public function set IndexItems(value : IIndexJobItemList);

Remarks

See Also