The CheckinManager type exposes the following members.

Events

  NameDescription
CheckinCompleted
Checkin operation was completed. Use this event for checking result of checkin operation or performing custom actions when checkin operation was completed.
CheckinProgressChanged
Checkin operation progress has changed. Use this event for tracking checkin progress. Might be useful for progress bars in custom application.
UploadFileCompleted
Uploading of file to vault server was completed. Use this event for performing custom operations when uploading of a single file was completed.
UploadFilesCompleted
Uploading files to vault server was completed event. Use this event in order to perform custom actions when uploading files operation was completed. For example check result of uploading file to vault.
UploadFilesProgressChanged
Uploading progress has changed. Use this event in order to track progress of uploading files operation. Might be useful for progress bars in custom application.

See Also