RepVB SynchronizeRepository Method

See Also

RepVB provides the capability to force a synchronization of currently open projects with the repository. This method performs that synchronization. For more information about repository synchronization, see Synchronizing the Repository.

Syntax

variable  =  object.SynchronizeRepository

The SynchronizeRepository method has these parts:

Part Description
variable A variable declared as a long integer. Receives the value zero if the synchronization was successful, nonzero otherwise.
object The variable name of the RepVB object.

Remarks

If this method is unsuccessful in its attempt to synchronize the currently open projects with the repository, RepVB will shut itself down.