C# Class CmisSync.Lib.Events.FolderMovedEvent

Folder moved event.
Inheritance: FolderEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
FolderMovedEvent ( IDirectoryInfo oldLocalFolder, IDirectoryInfo newLocalFolder, string oldRemoteFolderPath, IFolder newRemoteFolder, object src = null ) : System

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

ToString ( ) : string

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

Method Details

FolderMovedEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.FolderMovedEvent class.
public FolderMovedEvent ( IDirectoryInfo oldLocalFolder, IDirectoryInfo newLocalFolder, string oldRemoteFolderPath, IFolder newRemoteFolder, object src = null ) : System
oldLocalFolder IDirectoryInfo Old local folder.
newLocalFolder IDirectoryInfo New local folder.
oldRemoteFolderPath string Old remote folder path.
newRemoteFolder IFolder New remote folder.
src object Creator of the event.
Résultat System

ToString() public méthode

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