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
public enum ChangeType
public enum ChangeType

Members

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

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