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

List Event

Fired for each list.

Syntax

[VB.NET]
Public Event OnList As OnListHandler
[C#]
public event OnListHandler OnList;

public delegate void OnListHandler(object sender, SpsiteListEventArgs e);

class SpsiteListEventArgs : EventArgs {
  string Id {get;}
  int ListType {get;}
  int ListBaseType {get;}
  string Title {get;}
  string Description {get;}
  string Created {get;}
  string Modified {get;}
  int ItemCount {get;}
  string ViewURL {get;}
}

Remarks

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

ListBaseType indicates the base type (schema) of list, and has one of the following values:

0 Custom List
1 Document Library
2 Not Used
3 Obsolete. Use 0 for discussion boards.
4 Surveys
5 Issues List

ListType indicates the list template type of the list and has one of the following values:

100 Generic List
101 Document library
102 Survey
103 Links list
104 Announcements list
105 Contacts list
106 Events list
107 Tasks list
108 Discussion board
109 Picture library
110 Data sources
111 Site template gallery
112 User Information list
113 Web Part gallery
114 List template gallery
115 XML Form library
116 Master pages gallery
117 No-Code Workflows
118 Custom Workflow Process
119 Wiki Page library
120 Custom grid for a list
130 Data Connection library
140 Workflow History
150 Gantt Tasks list
200 Meeting Series list
201 Meeting Agenda list
202 Meeting Attendees list
204 Meeting Decisions list
207 Meeting Objectives list
210 Meeting text box
211 Meeting Things To Bring list
212 Meeting Workspace Pages list
301 Blog Posts list
302 Blog Comments list
303 Blog Categories list
1100 Issue tracking
1200 Administrator tasks list

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