folder_synchronizeMirroredFolder

Synchronizes a mirrored folder with its source folder.

Syntax

public void folder_synchronizeMirroredFolder( String accessToken, long binderId );

Description

The folder_synchronizeMirroredFolder operation synchronizes a mirrored folder with its source folder.

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 identifier of the mirrored folder that you want to synchronize.

return_value

None.

See Also