binder_indexTree

Indexes a binder’s sub-binders.

Syntax

public Long binder_indexTree( String accessToken, long binderId );

Description

The binder_indexTree operation indexes the specified workspace or folder, all sub-binders, and all content in all those binders.

If you want to index a binder and its contents without indexing sub-binders, use the binder_indexBinder operation.

Parameters and Return Value

accessToken

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

binderId

The binder identifier for the workspace or folder that indicates the node where you want to begin indexing within the workspace hierarchy.

return_value

An array of integers, with each integer being the identifier of a binder successfully indexed.

See Also