메소드 | 설명 | |
---|---|---|
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.
|
public ContentChangeEvent ( DotCMIS type, string objectId ) : System | ||
type | DotCMIS | /// Type of the change. /// |
objectId | string | /// Object identifier. /// |
리턴 | System |
public UpdateObject ( ISession session ) : void | ||
session | ISession | /// Session from where the object should be requested. /// |
리턴 | void |