ListItem members
Represents an item or row in a list.
The ListItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListItem | Initializes a new instance of the ListItem object. |
Top
Properties
Name | Description | |
---|---|---|
AttachmentFiles | Specifies the collection of attachments that are associated with the list item. | |
Client_Title | ||
CommentsDisabled | ||
CommentsDisabledScope | ||
ComplianceInfo | ||
ContentType | Gets a value that specifies the content type of the list item. | |
Context | Returns the context that is associated with the client object. (Inherited from ClientObject.) | |
DisplayName | Gets a value that specifies the display name of the list item. | |
EffectiveBasePermissions | Gets a value that specifies the effective permissions on the list item that are assigned to the current user. | |
EffectiveBasePermissionsForUI | Gets the effective base permissions for the current user, as they should be displayed in UI. | |
FieldValues | ||
FieldValuesAsHtml | Gets the values for the list item as HTML. | |
FieldValuesAsText | Gets the list item’s field values as a collection of string values. | |
FieldValuesForEdit | Gets the formatted values to be displayed in an edit form. | |
File | Gets the file that is represented by the item from a document library. | |
FileSystemObjectType | Gets a value that specifies whether the list item is a file or a list folder. | |
FirstUniqueAncestorSecurableObject | Gets the object where role assignments for this object are defined. (Inherited from SecurableObject.) | |
Folder | Gets a folder object that is associated with a folder item. | |
GetDlpPolicyTip | ||
HasUniqueRoleAssignments | Gets a value that specifies whether the role assignments are uniquely defined for this securable object or inherited from a parent securable object. (Inherited from SecurableObject.) | |
IconOverlay | ||
Id | Gets a value that specifies the list item identifier. | |
Item | ||
ObjectData | Gets the object data for the current client object. (Inherited from ClientObject.) | |
ObjectVersion | Gets a string that indicates the version of the current client object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
ParentList | Gets the parent list that contains the list item. | |
Path | Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
Properties | ||
RoleAssignments | Gets the role assignments for the securable object. (Inherited from SecurableObject.) | |
ServerObjectIsNull | Gets the server object and returns null if the server object is null. (Inherited from ClientObject.) | |
ServerRedirectedEmbedUri | ||
ServerRedirectedEmbedUrl | ||
Tag | Gets or sets data that is associated with the client object. (Inherited from ClientObject.) | |
TypedObject | Gets the object with the correct type information returned from the server. (Inherited from ClientObject.) | |
Versions |
Top
Methods
Name | Description | |
---|---|---|
BreakRoleInheritance | Creates unique role assignments for the securable object. (Inherited from SecurableObject.) | |
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (Inherited from ClientObject.) | |
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
DeleteObject | Deletes the list item. | |
FromJson | Indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
GetChanges | ||
GetHashtags | ||
GetUserEffectivePermissions | Gets the effective permissions that a specified user has on the list item. | |
GetWOPIFrameUrl | Gets the full URL to the SharePoint frame page that initiates the SPWOPIAction object with the WOPI application associated with the list item. | |
InitNonPropertyFieldFromJson | (Overrides ClientObject.InitNonPropertyFieldFromJson(String, JsonReader).) | |
InitOnePropertyFromJson | (Overrides SecurableObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (Inherited from ClientObject.) | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (Inherited from ClientObject.) | |
LoadExpandoFields | (Overrides ClientObject.LoadExpandoFields().) | |
MediaServiceUpdate | ||
OverridePolicyTip | ||
ParseAndSetFieldValue | Sets the value of the field for the list item based on an implementation specific transformation of the value. | |
Recycle | Moves the list item to the Recycle Bin and returns the identifier of the new Recycle Bin item. | |
RefreshLoad | (Overrides ClientObject.RefreshLoad().) | |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (Inherited from ClientObject.) | |
ResetRoleInheritance | When implemented in a derived class, removes local role assignments so that role assignments, for all descendant objects, are re-inherited from the parent object. (Inherited from SecurableObject.) | |
Retrieve() | Retrieves all scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
SetCommentsDisabled | ||
SetComplianceTag | ||
SetComplianceTagWithExplicitMetasUpdate | ||
SetComplianceTagWithHold | ||
SetComplianceTagWithNoHold | ||
SetComplianceTagWithRecord | ||
SystemUpdate | ||
ToString | (Inherited from Object.) | |
Update | Commits changed properties of the list item. | |
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. (Inherited from ClientObject.) | |
UpdateHashtags | ||
UpdateOverwriteVersion | ||
ValidateUpdateListItem |
Top