Метод | Описание | |
---|---|---|
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.
|
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. /// |
Результат | System |