Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

Document Event

Fired for each document.

Syntax

public void fireDocument(SharepointDocumentEvent event);

public class SharepointDocumentEvent {
  public String fileName;
  public String fileReference;
  public String created;
  public String modified;
  public String author;
  public String checkedOutBy;
  public String sourceControlVersion;
  public boolean isFolder;
}

Remarks

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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0