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)

Syntax

'Declaration
Public Enumeration ChangeType
'Usage
Dim instance As ChangeType
public enum ChangeType
public enum class ChangeType
type ChangeType
public enum ChangeType

Members

Member name Description
Create A file or folder will be created.
Delete A file or folder will be deleted.
Update A file or folder will be updated.
Rename A file or folder will be renamed.

Remarks

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.

See Also

Reference

Microsoft.Synchronization.Files Namespace