C# Class CmisSync.Lib.Events.FSMovedEvent

FS moved event.
Inheritance: FSEvent, IFSMovedEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

ToString() public méthode

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