indexFolder

Indexes a folder. (V1.0.3)

Syntax

public void indexFolder( long folderId );

Description

The indexFolder operation indexes a folder.

The primary use of this operation is to index data after you migrate it from SiteScape Forum into Teaming. (The migration operations transfer the data but do not index it.)

Parameter

folderId

The binder identifier of the folder you want to index.

Example

call.setOperationName(new QName(“indexFolder”)); Object result = call.invoke(new Object[] {new Long(21)});

This indexes the folder whose binder identifier is 21.

See Also