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

DocumentLibrary Event

Fired for each document library.

Syntax

[VB.NET]
Public Event OnDocumentLibrary As OnDocumentLibraryHandler
[C#]
public event OnDocumentLibraryHandler OnDocumentLibrary;

public delegate void OnDocumentLibraryHandler(object sender, SpsiteDocumentLibraryEventArgs e);

class SpsiteDocumentLibraryEventArgs : EventArgs {
  string Title {get;}
  string Description {get;}
  string Created {get;}
  string Modified {get;}
  int ItemCount {get;}
}

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