C# Class CmisSync.Lib.Events.FSEvent

Inheritance: ISyncEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
FSEvent ( WatcherChangeTypes type, string path, bool isDirectory ) : System

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

ToString ( ) : string

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

Method Details

FSEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.FSEvent class.
/// Is thrown when an argument passed to a method is invalid because it is . ///
public FSEvent ( WatcherChangeTypes type, string path, bool isDirectory ) : System
type WatcherChangeTypes /// The Type. ///
path string /// The Path. ///
isDirectory bool /// Signalizes if the target of the path is a directory or file. ///
Résultat System

ToString() public méthode

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