Method | Description | |
---|---|---|
FileConflictEvent ( FileConflictType type, string affectedPath, string createdConflictPath = null ) : System |
Initializes a new instance of the CmisSync.Lib.Events.FileConflictEvent class.
|
|
ToString ( ) : string |
Returns a System.String that represents the current CmisSync.Lib.Events.FileConflictEvent.
|
public FileConflictEvent ( FileConflictType type, string affectedPath, string createdConflictPath = null ) : System | ||
type | FileConflictType | /// Conflict Type. /// |
affectedPath | string | /// Affected path. /// |
createdConflictPath | string | /// Created conflict path. /// |
return | System |