ChangeType Enumeration

Represents the different types of changes that can be applied to a destination replica.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public enum ChangeType

Member nameDescription
CreateA file or folder will be created.
DeleteA file or folder will be deleted.
UpdateA file or folder will be updated.
RenameA file or folder will be renamed.

The ChangeType enumeration communicates the type of change that is being applied. It is used by the AppliedChange, ApplyingChange, and SkippedChange events to supply the event handler with information about the change.

Show: