C# Class CmisSync.Lib.Events.FileConflictEvent

File conflict event.
Inheritance: ISyncEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode 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.

Method Details

FileConflictEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.FileConflictEvent class.
public FileConflictEvent ( FileConflictType type, string affectedPath, string createdConflictPath = null ) : System
type FileConflictType /// Conflict Type. ///
affectedPath string /// Affected path. ///
createdConflictPath string /// Created conflict path. ///
Résultat System

ToString() public méthode

Returns a System.String that represents the current CmisSync.Lib.Events.FileConflictEvent.
public ToString ( ) : string
Résultat string