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

File event.
Наследование: AbstractFolderEvent, IFilterableNameEvent, IFilterableRemotePathEvent, IFilterableRemoteObjectEvent, IFilterableLocalPathEvent
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FileEvent ( IFileInfo localFile = null, IDocument remoteFile = null ) : System

Initializes a new instance of the CmisSync.Lib.Events.FileEvent class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Events.FileEvent.

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

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

Initializes a new instance of the CmisSync.Lib.Events.FileEvent class.
public FileEvent ( IFileInfo localFile = null, IDocument remoteFile = null ) : System
localFile IFileInfo /// Local file. ///
remoteFile IDocument /// Remote file. ///
Результат System

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

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