Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

Version Event

Fired for each version.

Syntax

[VB.NET]
Public Event OnVersion As OnVersionHandler
[C#]
public event OnVersionHandler OnVersion;

public delegate void OnVersionHandler(object sender, SharepointVersionEventArgs e);

class SharepointVersionEventArgs : EventArgs {
  string Comments {get;}
  string CreatedBy {get;}
  string Date {get;}
  long Size {get;}
  string URL {get;}
  string Version {get;}
}

Remarks

This event is fired as the result of a call to ListVersions.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]