synchronizeMirroredFolder

Synchronizes the mirrored folder with the folder on the external drive. (V1.0.3)

Syntax

public void synchronizeMirroredFolder( long binderId );

Description

The synchronizeMirroredFolder operation synchronizes a mirrored folder with the corresponding file on the external drive. A new mirrored folder does not synchronize with its external drive until a synchronization occurs manually in the user interface (UI) or using this message.

Parameters and Return Value

binderId

The binder identifier of the mirrored file that you want to synchronize with its external drive.

Example

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

This code synchronizes with its external drive the mirrored folder whose binder identifier is 21.

See Also