SPListItem Class
Definition
public ref class SPListItem : Microsoft::SharePoint::SPItem
[Microsoft.SharePoint.Client.ClientCallableType(DeleteMethodClientName="DeleteObject", ETagPropertyName="OwsHiddenVersion", ExpandoFieldsPropertyName="FieldNames", FactoryType=typeof(Microsoft.SharePoint.SPObjectFactory), GetExpandoFieldValueMethodName="GetFieldValue_Client", Name="ListItem", ObjectIdentityPropertyName="CanonicalId", ObjectUrlPathPropertyName="Microsoft.SharePoint.SPObjectUrlPath.GetUrlPath", ObjectVersionPropertyName="OwsHiddenVersion", PatchUpdateMethodClientName="UpdateWithFieldValues", SampleUrl="{apiroot}/web/lists({listid})/items({itemid})", ServerTypeId="{53CC48C0-1777-47b7-99CA-729390F06602}")]
[Microsoft.SharePoint.Client.SubsetCallableType]
public class SPListItem : Microsoft.SharePoint.SPItem
type SPListItem = class
inherit SPItem
Public Class SPListItem
Inherits SPItem
- Inheritance
-
- Derived
-
- Attributes
-
Fields
Properties
Methods
BreakRoleInheritance(Boolean)
|
(Inherited from SPSecurableObject)
|
BreakRoleInheritance(Boolean, Boolean)
|
CheckPermissions(SPBasePermissions)
|
(Inherited from SPSecurableObject)
|
Copy(String, String)
|
Copy(String, String, Hashtable, Byte[])
|
CopyFrom(String)
|
CopyFrom(String, Hashtable, Byte[])
|
CopyTo(String)
|
Delete()
|
DoesUserHavePermissions(SPBasePermissions)
|
(Inherited from SPSecurableObject)
|
DoesUserHavePermissions(SPUser, SPBasePermissions)
|
DoesUserHavePermissionsForUI(SPBasePermissions)
|
EnsureWorkflowInformation()
|
EnsureWorkflowInformation(Boolean, Boolean)
|
GetFormattedValue(String)
|
GetUserEffectivePermissionInfo(String)
|
GetUserEffectivePermissions(String)
|
GetWOPIFrameUrl(SPWOPIFrameAction)
|
Recycle()
|
ReplaceLink(String, String)
|
ResetRoleInheritance()
|
SystemUpdate()
|
SystemUpdate(Boolean)
|
UnlinkFromCopySource()
|
Update()
|
UpdateOverwriteVersion()
|
Applies to