Method
jP.Lists.List.deleteItem( id)
Overview
This method deletes an SPList item.
Arguments
|
Name |
Type |
Optional |
Desctiption |
|
id |
int |
false |
Unique id of an SPList item |
Returns
operation result { success: (bool) whether the operation is success errorCode: error code, 0x00000000 for no error errorText: error text, null for no error }
|
Last modified at 12/4/2009 2:29 PM by Luke Orman
|
|