C# Class CmisSync.Lib.Events.ContentChangeEvent

Events Created By ContentChange Eventhandler
Inheritance: ISyncEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
ContentChangeEvent ( DotCMIS type, string objectId ) : System

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

ToString ( ) : string

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

UpdateObject ( ISession session ) : void

Updates the object.

Method Details

ContentChangeEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.ContentChangeEvent class.
public ContentChangeEvent ( DotCMIS type, string objectId ) : System
type DotCMIS /// Type of the change. ///
objectId string /// Object identifier. ///
Résultat System

ToString() public méthode

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

UpdateObject() public méthode

Updates the object.
public UpdateObject ( ISession session ) : void
session ISession /// Session from where the object should be requested. ///
Résultat void