Show / Hide Table of Contents

Class SyncResetMode

Controls how synchronization data is reset.

Inheritance
Object
SyncResetMode
Namespace: ZeroInstall.DesktopIntegration
Assembly: ZeroInstall.DesktopIntegration.dll
Syntax
public sealed class SyncResetMode : Enum

Fields

Client

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

Declaration
public const SyncResetMode Client
Field Value
Type Description
SyncResetMode

None

Merge data from client and server normally.

Declaration
public const SyncResetMode None
Field Value
Type Description
SyncResetMode

Server

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

Declaration
public const SyncResetMode Server
Field Value
Type Description
SyncResetMode

value__

Declaration
public int value__
Field Value
Type Description
Int32

See Also

Sync(SyncResetMode)
In This Article
Back to top Copyright Bastian Eicher et al