SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

Document Event

Fired for each document.

Syntax

typedef void __fastcall (__closure *TibrSPDocumentsDocumentEvent)(System::TObject* Sender, TibrSPDocumentsDocumentEventParams *e);

__property TibrSPDocumentsDocumentEvent OnDocument = {read=FOnDocument, write=FOnDocument};

typedef struct {
     String FileName;
     String FileReference;
     String Created;
     String Modified;
     String Author;
     String CheckedOutBy;
     String SourceControlVersion;
     bool IsFolder;
} TibrSPDocumentsDocumentEventParams;

Remarks

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

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