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

DocumentLibrary Event

Fired for each document library.

Syntax

typedef void __fastcall (__closure *TibrSPSiteDocumentLibraryEvent)(System::TObject* Sender, TibrSPSiteDocumentLibraryEventParams *e);

__property TibrSPSiteDocumentLibraryEvent OnDocumentLibrary = {read=FOnDocumentLibrary, write=FOnDocumentLibrary};

typedef struct {
     String Title;
     String Description;
     String Created;
     String Modified;
     int ItemCount;
} TibrSPSiteDocumentLibraryEventParams;

Remarks

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

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