SkippedChangeEventArgs Members
Provides data for the SkippedChange event.
The following tables list the members exposed by the SkippedChangeEventArgs type.
Public Properties
Name | Description | |
---|---|---|
ChangeType | Gets the type of change that would have been applied. | |
CurrentFilePath | Gets the current path for the file. The path is relative to the root directory. | |
Exception | Gets an exception that is thrown during the attempt to apply the change to the file, if an exception was thrown. | |
NewFilePath | Gets the new path the file would have if the change were applied. The path is relative to the root directory. | |
SkipReason | Gets the reason the change could not be applied to the file. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SkippedChangeEventArgs Class
Microsoft.Synchronization.Files Namespace