Table of Contents

Enum SyncResetMode

Namespace
ZeroInstall.DesktopIntegration
Assembly
ZeroInstall.DesktopIntegration.dll

Controls how synchronization data is reset by Sync(SyncResetMode)

public enum SyncResetMode

Fields

Client = 1

Replace all data on the client with data from the server.

None = 0

Merge data from client and server normally.

Server = 2

Replace all data on the server with data from the client.