C# Class CmisSync.Lib.Events.FSMovedEvent

FS moved event.
Inheritance: FSEvent, IFSMovedEvent
Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

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

Method Details

FSMovedEvent() public method

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

ToString() public method

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