ListItem Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.ListItem", ServerTypeId="{53cc48c0-1777-47b7-99ca-729390f06602}")]
public class ListItem : Microsoft.SharePoint.Client.SecurableObject
type ListItem = class
    inherit SecurableObject
Public Class ListItem
Inherits SecurableObject
Inheritance
Attributes

Constructors

ListItem(ClientRuntimeContext, ObjectPath)

Properties

AttachmentFiles
Client_Title
CommentsDisabled
CommentsDisabledScope
ComplianceInfo
ContentType
Context (Inherited from ClientObject)
DisplayName
EffectiveBasePermissions
EffectiveBasePermissionsForUI
FieldValues
FieldValuesAsHtml
FieldValuesAsText
FieldValuesForEdit
File
FileSystemObjectType
FirstUniqueAncestorSecurableObject (Inherited from SecurableObject)
Folder
GetDlpPolicyTip
HasUniqueRoleAssignments (Inherited from SecurableObject)
IconOverlay
Id
Item[String]
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
ParentList
Path (Inherited from ClientObject)
Properties
RoleAssignments (Inherited from SecurableObject)
ServerObjectIsNull (Inherited from ClientObject)
ServerRedirectedEmbedUri
ServerRedirectedEmbedUrl
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)
Versions

Methods

BreakRoleInheritance(Boolean, Boolean) (Inherited from SecurableObject)
CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteObject()
FromJson(JsonReader) (Inherited from ClientObject)
GetChanges(ChangeQuery)
GetHashtags()
GetUserEffectivePermissions(String)
GetWOPIFrameUrl(SPWOPIFrameAction)
InitNonPropertyFieldFromJson(String, JsonReader)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields()
MediaServiceUpdate(MediaServiceUpdateParameters)
OverridePolicyTip(PolicyTipUserAction, String)
ParseAndSetFieldValue(String, String)
Recycle()
RefreshLoad()
RemoveFromParentCollection() (Inherited from ClientObject)
ResetRoleInheritance() (Inherited from SecurableObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
SetCommentsDisabled(Boolean)
SetComplianceTag(String, Boolean, Boolean, Boolean)
SetComplianceTagWithExplicitMetasUpdate(String, Int32, DateTime, String)
SetComplianceTagWithHold(String)
SetComplianceTagWithMetaInfo(String, Boolean, Boolean, DateTime, String)
SetComplianceTagWithNoHold(String)
SetComplianceTagWithRecord(String)
SystemUpdate()
Update()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)
UpdateHashtags(IList<Hashtag>, IList<Hashtag>)
UpdateOverwriteVersion()
ValidateUpdateListItem(IList<ListItemFormUpdateValue>, Boolean, String)

Applies to