SP.List Methods
Applies to: SharePoint Foundation 2010
The following table lists the methods of the SP.List class.
Methods
Name |
Description |
---|---|
Creates a new list item in the list. |
|
Deletes the list. |
|
Returns the collection of changes from the change log that have occurred within the list, based on the specified query. |
|
Returns the list item with the specified list item identifier. |
|
Returns a collection of items from the list based on the specified query. |
|
Returns a collection of lookup fields that use this list as a data source and that have FieldLookup.IsRelationship set to true. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
Returns the list view with the specified view identifier. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
Initializes a new instance of the SP.List Class. |
|
Moves the list to the Recycle Bin and returns the identifier of the new Recycle Bin item. |
|
Updates the database with changes that are made to the list. |