IMetabase.PullPush

Syntax

PullPush: Boolean;

Description

The PullPush method synchronizes the obtained server version with the current version and sends object changes to server.

Comments

This method can be used if objects are added to version control system.

NOTE. The method is available only for the Git version control system in use.

Example

The method use is given in the example for IMetabase.ResolveConflict.

See also:

IMetabase