SPListItem methods
SharePoint 2013
The SPListItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
BreakRoleInheritance(Boolean) | Creates unique role assignments for the object and optionally copies role assignments from the parent. (Inherited from SPSecurableObject.) |
|
BreakRoleInheritance(Boolean, Boolean) | Creates unique role assignments for the list item, optionally copies role assignments from the parent, and optionally clears unique role assignments from descendants. (Overrides SPSecurableObject.BreakRoleInheritance(Boolean, Boolean).) |
|
CheckPermissions | Determines whether the current user has a specified set of permissions. (Inherited from SPSecurableObject.) |
|
Copy(String, String) | Copies the specified version of the item to the specified destination. |
|
Copy(String, String, Hashtable, []) | Copies the specified item and its properties as a stream to the specified destination. |
|
CopyFrom(String) | Overwrites the current item with the specified version of the item. |
|
CopyFrom(String, Hashtable, []) | Overwrites the current item with the specified version of the item and its properties as a stream. |
|
CopyTo | Copies the item to the specified destination. |
|
Delete | Deletes the item. (Overrides SPItem.Delete().) |
|
DoesUserHavePermissions(SPBasePermissions) | Indicates whether the current user has a specified set of permissions. (Inherited from SPSecurableObject.) |
|
DoesUserHavePermissions(SPUser, SPBasePermissions) | Indicates whether the specified user has the specified permissions on an item. |
|
DoesUserHavePermissionsForUI | Checks whether the specified user has the specified permissions on an item. |
|
EnsureWorkflowInformation() | Checks the item's workflow information and, if necessary, updates it to ensure that the most current information is used. |
|
EnsureWorkflowInformation(Boolean, Boolean) | Checks the item's workflow information and, if necessary, updates it to ensure that the most current information is used. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetFormattedValue | Returns the specified field value, including formatting. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
GetUserEffectivePermissionInfo | Gets detailed information about the effective permissions that a specified user has on the list item and the role assignments related to this user at this scope. (Overrides SPItem.GetUserEffectivePermissionInfo(String).) |
|
GetUserEffectivePermissions | Gets the effective permissions that a specified user has on the list item. (Overrides SPItem.GetUserEffectivePermissions(String).) |
|
GetWOPIFrameUrl | Gets the full URL to the SharePoint frame page that initiates the SPWOPIActionobject with the WOPI application associated with the list item. |
|
MemberwiseClone | (Inherited from Object.) |
|
Recycle | Deletes the item from the content database and returns a globally unique identifier (GUID) for the transaction. |
|
ReplaceLink | Replaces all instances of a specified link in the list item with a new link. |
|
ResetRoleInheritance | Removes the local role assignments and reverts to role assignments from the parent object. (Overrides SPSecurableObject.ResetRoleInheritance().) |
|
SystemUpdate() | Updates the database with changes made to the list item without changing the Modified or Modified By fields. |
|
SystemUpdate(Boolean) | Updates the database with changes that are made to the list item without changing the Modified or Modified By fields, or optionally, the item version. |
|
ToString | (Inherited from Object.) |
|
UnlinkFromCopySource | Clears the source item URL if the item results from a copy operation. |
|
Update | Updates the database with changes that are made to the list item. (Overrides SPItem.Update().) |
|
UpdateOverwriteVersion | Updates the item without creating another version of the item. |