Метод | Описание | |
---|---|---|
RecentChangedEvent ( string path ) : System |
Initializes a new instance of the CmisSync.Lib.Events.RecentChangedEvent class.
|
|
RecentChangedEvent ( string path, System.DateTime changeTime ) : System |
Initializes a new instance of the CmisSync.Lib.Events.RecentChangedEvent class.
|
|
ToString ( ) : string |
Returns a System.String that represents the current CmisSync.Lib.Events.RecentChangedEvent.
|
public RecentChangedEvent ( string path ) : System | ||
path | string | Path of the change. |
Результат | System |
public RecentChangedEvent ( string path, System.DateTime changeTime ) : System | ||
path | string | Path of the change. |
changeTime | System.DateTime | Change time. |
Результат | System |