Метод | Описание | |
---|---|---|
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.
|
public FSMovedEvent ( string oldPath, string newPath, bool isDirectory ) : System | ||
oldPath | string | /// Old path. /// |
newPath | string | /// New path. /// |
isDirectory | bool | |
Результат | System |