Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Creates an item but requires the Update method to actually add the item to the list.
Overload List
Name | Description | |
---|---|---|
![]() |
Add() | Creates an item but requires the SPListItem.Update method to actually add the item to the list. |
![]() |
Add(String, SPFileSystemObjectType) | Creates an item that uses the specified folder URL and object type but requires the SPListItem.Update method to actually add the item to the list. |
![]() |
Add(String, SPFileSystemObjectType, String) | Creates an item that uses the specified folder URL, object type, and leaf name but requires the SPListItem.Update method to actually add the item to the list. |
Top