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

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

공개 메소드들

메소드 설명
FSMovedEvent ( string oldPath, string newPath, bool isDirectory ) : System

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

ToString ( ) : string

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

메소드 상세

FSMovedEvent() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Events.FSMovedEvent class.
public FSMovedEvent ( string oldPath, string newPath, bool isDirectory ) : System
oldPath string /// Old path. ///
newPath string /// New path. ///
isDirectory bool true if the moved object is a directory, otherwise false
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current CmisSync.Lib.Events.FSMovedEvent.
public ToString ( ) : string
리턴 string