binder_indexBinder

Indexes a binder and its content.

Syntax

public void binder_indexBinder( String accessToken, long binderId );

Description

The binder_indexBinder operation indexes a workspace or folder (and its contents), optimizing the ability of Teaming to search its contents. This operation does not index sub-binders.

To index sub-binders, use the binder_indexTree operation.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

binderId

The binder identifier for the workspace or folder that you want to index.

return_value

None.

See Also