jP.Lists
The main purpose of Lists is to interact with the lists.asmx web service. It abstracts the web service and does a lot of the heavy lifting for the jPoint API developer. The main function that will be used is setSPObject() and from there, you can work with a specific List. The Lists class can contain a collection of List Item objects so you can have jP.Lists.Announcements and jP.Lists.Tasks.
|
Name |
Type |
Description |
|
|
Subclass |
Manipulates SP List items (retrieve, save, delete)
|
|
|
Function |
Creates a List Item |
|
|
Variable |
List Collection array that has been created from setSPObject calls |
|
|
Variable |
List Item Collection array created from last List operation |
|
|
Variable |
Length of Items array created from last List operation |