SkipReason Enumeration
Represents the reason why a file was skipped during change detection or change application.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public Enumeration SkipReason
'Usage
Dim instance As SkipReason
public enum SkipReason
public enum class SkipReason
public enum SkipReason
public enum SkipReason
Members
Member name | Description | |
---|---|---|
ApplicationRequest | The application requested the skip. This occurs when the application sets the SkipChange property to true in its ApplyingChange event handler. | |
ConflictLoserWriteError | The conflict loser file could not be written. | |
DestinationModified | The destination file has changed since the change was detected. | |
ReadError | The file could not be read. | |
SourceModified | The source file has changed since the change was detected. | |
UnknownError | The skip reason is not known. | |
UnsupportedFileType | The file type is not supported. | |
WriteError | The file could not be written. |
Remarks
The SkipReason enumeration is used by the SkippedChange and SkippedFileDetect events.