C# 클래스 CmisSync.Lib.Events.FileMovedEvent

File moved event.
상속: FileEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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