C# Класс CmisSync.Lib.Events.FileConflictEvent

File conflict event.
Наследование: ISyncEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FileConflictEvent() публичный Метод

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. ///
Результат System

ToString() публичный Метод

Returns a System.String that represents the current CmisSync.Lib.Events.FileConflictEvent.
public ToString ( ) : string
Результат string