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

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

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

Метод Описание
FileMovedEvent ( IFileInfo oldLocalFile = null, IFileInfo newLocalFile = null, string oldRemoteFilePath = null, IDocument newRemoteFile = null ) : System

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

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

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

Initializes a new instance of the CmisSync.Lib.Events.FileMovedEvent class.
public FileMovedEvent ( IFileInfo oldLocalFile = null, IFileInfo newLocalFile = null, string oldRemoteFilePath = null, IDocument newRemoteFile = null ) : System
oldLocalFile IFileInfo Old local file.
newLocalFile IFileInfo New local file.
oldRemoteFilePath string Old remote file path.
newRemoteFile IDocument New remote file.
Результат System