C# Class CmisSync.Lib.Events.FileEvent

File event.
Inheritance: AbstractFolderEvent, IFilterableNameEvent, IFilterableRemotePathEvent, IFilterableRemoteObjectEvent, IFilterableLocalPathEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
FileEvent ( IFileInfo localFile = null, IDocument remoteFile = null ) : System

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

ToString ( ) : string

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

Method Details

FileEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.FileEvent class.
public FileEvent ( IFileInfo localFile = null, IDocument remoteFile = null ) : System
localFile IFileInfo /// Local file. ///
remoteFile IDocument /// Remote file. ///
Résultat System

ToString() public méthode

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