C# Class CmisSync.Lib.Events.FileMovedEvent

File moved event.
Inheritance: FileEvent
Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
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.

Method Details

FileMovedEvent() public method

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.
return System