TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About List.Item
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sagar Pardeshi (14)
Priyaranjan K S (9)
Vijai Anand Ramalingam (8)
Mahesh Chand (7)
Lakshmanan Sethu Sankaranarayan (6)
Chandani Prajapati (5)
Gowtham Rajamanickam (4)
Siddharth Vaghasia (3)
Jean Paul (3)
Thivagar Segar (2)
Piyush Agarwal (2)
Kaviya Balasubramanian (2)
Prashant Verma (2)
Manpreet Singh (2)
Veda Bs (2)
Dhruvin Shah (1)
Vinay Ayinapurapu (1)
Jayakumar Balasubramaniam (1)
Shriram Pophali (1)
Santosh Sarnobat (1)
Harshad Tretiya (1)
Dheeraj Gaur (1)
Primal Lobo (1)
Satya Karki (1)
Virender Verma (1)
Vinodh Narayanan (1)
Md Tahmidul Abedin (1)
Satyajit Paul (1)
Herve Roggero (1)
Mahipal Reddy (1)
Samarendra Swain (1)
Ramakrishna Basagalla (1)
Guest User (1)
Prashant Bansal (1)
Prasham Sabadra (1)
Rajitha Alluri (1)
Nakkeeran Natarajan (1)
Sabyasachi Mishra (1)
Rahul Suryawanshi (1)
Jacob Robinson (1)
Mudita Rathore (1)
Philip Jebaraj (1)
Abhimanyu K Vatsa (1)
Bryian Tan (1)
Related resources for List.Item
No resource found
PnP Combo Box List Item Picker In SharePoint Framework
6/7/2024 10:23:01 AM.
Explore PnP React Controls for SharePoint Framework, including the Combo Box List Item Picker. Learn how to set up, implement, and deploy this control to select items from a list, enabling efficient
Deleting List Items in SharePoint 2013 Using REST API
4/25/2024 8:51:44 AM.
Learn how to delete list items in SharePoint 2013 effortlessly using the REST API. Utilizing SP.RequestExecutor, this guide walks you through the process of making cross-domain requests, initializing
Get Distinct Count Of SharePoint List Items Using Power Automate
3/21/2024 9:16:14 AM.
In this article, we will learn how to get a distinct count of SharePoint list items based on a specific column using Power Automate or Microsoft flow. We will use the Union function to get Distinct Re
Get Items Action Fetching Few Records from SharePoint Online
2/5/2024 10:12:12 AM.
Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem b
Retrieve All Column Values with PnP JS in SPFx
9/20/2023 10:02:33 AM.
In this blog post, we'll delve into the process of extracting various field values from a SharePoint list using PnP JS, demonstrating how this can seamlessly integrate with SharePoint Framework (S
How to search an item in a C# List
9/18/2023 10:01:38 AM.
List.BinarySearch() method searches a List of collection using binary search algorithm. The code example shows how to search a list items using C#.
How to save Microsoft Forms Responses with Attachments to SharePoint Lists?
8/9/2023 6:52:50 AM.
In this article, we will explore the process of retrieving a Microsoft Forms response that includes an attachment and saving it directly to a SharePoint list.
How to Disable Attachments to List Items in SharePoint Online Using REST API
7/20/2023 9:33:56 AM.
In this article you will see how to disable attachments to list items using REST API in SharePoint 2013 Online.
Power Automate - Break Inheritance And Set List Item-Level Permissions In SharePoint Online
7/17/2023 7:15:19 AM.
In this article you will learn about power automate - break inheritance and set list item-level permissions in sharepoint online.
Power Automate - Break Inheritance, Remove And Set List Item-Level Permissions In SharePoint Online
6/2/2023 9:38:46 AM.
In this article, you will learn about Power Automate - Break Inheritance, remove and Set List Item-Level Permissions in SharePoint Online.
How To Work With List Items In SPFx Using REST API - Retrieve List Data - Part One
5/26/2023 8:51:15 AM.
SharePoint Framework is a powerful client-side development tool used to develop SharePoint apps with full support of other Javascript frameworks like Angular, React, Knockout.
How to sort a List in C#
5/24/2023 8:12:41 AM.
How to sort a List in C# using List.Sort() method.
Manage Attachments Of SharePoint On-Premises List Item
2/22/2023 10:33:48 AM.
Custom "Attachment" Sync Solution to support SharePoint On-Premises List Item Attachments in Canvas Power Apps Forms.
How to Delete All Items Of A C# List
2/8/2023 2:56:08 PM.
C# List<T> class provides methods and properties to create a list of objects (classes). List.Remove(), List.RemoveAt(), and List.Clear() methods are used to delete items of a List in C#.
Break Inheritance And Set Item-Level Permission Using Power Automate
10/18/2022 7:14:40 AM.
In this article, we will learn how to set item-level unique permissions in SharePoint using HTTP request with Power Automate
How To Update Created/Modified By In SharePoint List Item Using Power Automate
7/26/2022 8:27:12 PM.
In this article, you will learn how to update created by and modified by in SharePoint list item using power automate.
CRUD Operation On List Items Using JSOM In SharePoint 2013 - Part 2
4/8/2022 10:12:26 AM.
In this article we will explore SharePoint functionality via JSOM.
CRUD On List Items Using Web Services And jQuery In SharePoint 2013 - Part 1
4/8/2022 10:06:46 AM.
In this article you will learn how to perform basic create, read, update, and delete (CRUD) operations on lists and list items with the SharePoint Web services.
CRUD Operation On List Items Using REST API Services In SharePoint 2013: Part Three
4/7/2022 12:23:21 PM.
In this article you will learn about CRUD operations on list Items using REST API services In SharePoint 2013.
Get Status Based Distinct Count Of SharePoint List Items In Power Automate
3/30/2022 1:02:28 PM.
In this article, you will learn how to get Distinct SharePoint List items count based upon the status from Power Automate and Email the summary to user.
Copy items from one list to another list in C#
1/13/2022 3:51:32 AM.
Code sample of how to copy items from one list to another list in C#.
SharePoint List Items CRUD Operations Demo Using PnPJS In React based SPFx Webpart
8/13/2021 9:04:05 AM.
In this article, we will learn to perform list item operations using PnP JS in React based SPFx solutions, we will see an example of a web part but this can be used in extension in a similar way.
Copy List Items With Attachment To Another List
6/24/2021 2:04:25 PM.
This article explains to copy the list items along with attachment to another SharePoint List.
Getting Started With Read List Items Using PnP JS In SPFx
4/1/2021 1:24:30 PM.
In this article, we will see how to get list items using pnp js in spfx. we will also see how to read complex column values like People, Lookup, Managed metadata, etc.
Break And Change List Item Permission Using PnP JS In SPFx
3/10/2021 4:28:06 PM.
In this article, we will see how we can break and change the list item permission for particular users using PNP js in SPFx
Export CSV To SharePoint List Data Using PnP PowerShell
3/10/2021 1:49:22 PM.
In this article, we will see how to export CSV to SharePoint list data using PNP PowerShell.
How To Send A Customized Email When A New SharePoint List Item Is Added
1/25/2021 5:16:13 PM.
This article describes how to send a customized email when a new SharePoint List item is added using the available connector in Power Automate.
Read A SharePoint List Item Using KnockoutJS
9/6/2020 1:36:01 PM.
In this article, you will learn how to read a SharePoint list item using KnockoutJS.
Retrieve Files And Items From SharePoint Using Microsoft Graph API
7/7/2020 6:57:59 AM.
In this article, you will learn how to retrieve files and items from SharePoint using Microsoft Graph API.
PnP List Item Picker in SharePoint Framework
4/26/2020 3:30:42 PM.
In this article, you will see how to use the PnP List Item Picker control in SharePoint Framework.
Autocomplete Dropdown With ListItem Picker Of PnP Controls In SPFx Webpart
12/3/2019 8:32:32 AM.
In this article, we will learn how to implement autocomplete dropdown with Listitem Picker controls of PnP in SPFx webpart
Get SharePoint Permissions Programmatically Using CSOM
10/9/2019 9:11:51 AM.
In this article, a common function has been introduced to get the permission of SharePoint Site, List and List Item using CSOM (C#).
How To Open Selected List Item Image, Video Or Location To Connect An Embedded Web Part To A List Web Part - Part Three
9/12/2019 8:45:35 AM.
In this article, you will learn how to open selected list item image, video, or location to connect an embed web part to a list web part.
How To Open Selected List Item Details In List Properties Viewer - Part Two
8/7/2019 10:45:35 PM.
In this article, you will learn how to open selected list item details in list properties viewer.
Trigger MS Flow On SharePoint List Items Based On Column Formatting
6/18/2019 11:45:50 PM.
In this article, you will learn how to trigger an MS Flow on SharePoint list items based on column formatting.
How To Find An Item In C# List
6/3/2019 4:30:49 PM.
C# List Find. Check if an item is in the C# list or not. The Contains method checks if the specified item already exists in the C# List.
Microsoft Flow - How To Get SharePoint List Item Through Rest API In Microsoft Flow
5/22/2019 9:19:10 AM.
In this article, we will explore how to get a SharePoint list item through REST API in Microsoft Flow.
Send Consolidated List Item To The Recipient Using PnP PowerShell
5/12/2019 9:54:48 AM.
This article will help you understand how to send a consolidated email to the respective recipient.
Create SharePoint List Items From Twitter Hashtags
4/7/2019 10:11:25 AM.
This article explains how to create list items in SharePoint Online from Tweets based on hashtags using Flow.
Iterate SharePoint List Items And Send A Consolidated Email To A Recipient Using Designer Workflow
3/29/2019 1:56:35 PM.
This article will help you to understand how to filter/iterate the list items using the REST API and send a consolidated email to the recipient.
How To Count Number Of Items In A C# List
12/19/2018 10:43:04 PM.
How to get number of items in a List with C#. C# List<T> class provides methods and properties to create a list of objects (classes).
Fetching SharePoint List Items Using A Simple HTTP REST Command
11/4/2018 11:37:14 AM.
In this article, I will introduce you to an online service I created that allows you to code against certain services without using an SDK, simply by sending HTTPS REST commands. In this article, I wi
How To Get And Set An Item In A C# List
10/8/2018 3:22:49 AM.
How to get and set an item of a List in C#. The Item property gets and sets the value associated with the specified index.
Attach Multiple Files To SharePoint List Item With Default Attachment Of New Form
10/5/2018 2:15:38 PM.
In this article, I’m going to explain how to use out of the box to attach multiple files with one click in the default new form of SharePoint’s custom list. So, the help of this we can choose multiple
Export Only SharePoint Filtered List Items To Excel
3/9/2018 10:09:29 PM.
This article demonstrates how to export to Excel SharePoint Filtered list items.
Delete SharePoint List Items In Browser Console
3/5/2018 11:01:16 AM.
This article demonstrates how to delete SharePoint list items in browser console using REST API without writing any code in the SharePoint site. To delete list items just copy paste the code in the co
Dynamic Web View Of A SharePoint List Item Using Excel Web Access Web Part
2/3/2018 10:54:21 AM.
Sometimes, the customer would like to see the SharePoint list item with a specific design instead of default view for which the developer develops an app or web part to achieve it.
Retrieving List Items From A Specific View Using CSOM
1/25/2018 12:06:18 PM.
In this article, you will learn how we can access the SharePoint data using Client Object Model. Here, I have taken an example of getting the data from SharePoint list specific View. Using this, we ca
How To Delete Attachments Of SharePoint List Item Using Rest API
12/5/2017 5:47:50 PM.
I have created a custom list named “Attachments” in the host site and have added multiple items with attachments, now let’s say that we want to “Delete” the attachments on any particular item which we
Show SharePoint List Item Level Attachments Using REST API And jQuery
12/5/2017 2:17:50 PM.
In this article, we explore in Sharepoint 2013, how to show the Sharepoint list item level attachments using REST API and jQuery. In previous articles, I explained about adding multiple attachments t
Create SharePoint Framework Web Part To Retrieve SharePoint List Items Using REACT And REST API
5/31/2017 2:40:55 PM.
Create SharePoint Framework Web Part to retrieve SharePoint List Items using REACT and REST API.
Retrieve And Display SharePoint List Items Using REST API And ReactJS
5/30/2017 1:01:55 PM.
Retrieve And Display SharePoint List Items Using REST API And ReactJS.
Get Particular SP List Items Using Content Search WebPart (CSWP) in SharePoint Online
4/25/2017 4:07:02 PM.
In this article, I would like to share the steps to add the content search Web part and get particular SP list items, using CSWP in SharePoint Online.
Retrieve SharePoint List Items Using SharePoint Framework Development Model
3/21/2017 12:25:21 AM.
In this article, you will understand how to retrieve SharePoint List Items, using SharePoint Framework Development Model.
SharePoint Hosted App Part For List Items Retrieval
3/8/2017 3:06:39 PM.
In this article, you will learn about SharePoint hosted app part for list items retrieval.
Adding SharePoint Column To List Item Using Napa Tools And JSOM
3/1/2017 11:27:23 AM.
In this article, you will learn how to add SharePoint column to list Item, using Napa tools and JSOM.
Deleting SharePoint-Hosted Add-In Using Napa Office 365 Development Tool
2/23/2017 12:23:28 PM.
In this article, you will learn how to delete SharePoint-Hosted Add-ins using Napa Office 365 Development Tool.
SharePoint-Hosted Add-In By Using NAPA Tools And Delete SharePoint Task List Item Using JSOM
2/23/2017 1:11:53 AM.
In this article, you will learn about SharePoint-hosted add-ins by using NAPA Tools and Delete SharePoint Task List item using JSOM.
Reset List Item Inheritance In SharePoint 2016 Using Nintex Workflow 2016
11/28/2016 12:46:01 PM.
In this article, you will learn how to reset List Item Inheritance in SharePoint 2016, using Nintex Workflow 2016.
Conditionally Break Inheritance Of SharePoint List Item Using Nintex Workflow 2016
10/7/2016 6:41:32 PM.
In this article, you will learn how to conditionally break inheritance of SharePoint List item, using Nintex Workflow 2016.
Copy List Item Across Site Collection In SharePoint 2016 Using Nintex Workflow
9/19/2016 6:15:50 PM.
In this article, you will learn how to copy list Item across Site Collection in SharePoint 2016, using Nintex Workflow.
Restart List Item ID Numbering In SharePoint Server 2016
9/19/2016 11:56:39 AM.
In this article, you will learn, how to restart list item ID numbering in SharePoint Server 2016.
Retrieve SharePoint APP Host Web List Items in SharePoint Hosted App
9/1/2016 11:04:43 PM.
This article describes how to retrieve SharePoint app host web list items in a SharePoint hosted app.
Provision A New AD Group Based On SharePoint List Item Using Nintex Workflow 2016
7/28/2016 3:27:17 PM.
In this article, you will learn about provisioning a new AD Group based on SharePoint list items, using Nintex Workflows 2016.
List Item Operations In SharePoint 2016 Using REST API
7/22/2016 1:03:21 PM.
In this article, you will learn about list item operations in SharePoint 2016, using REST API.
SharePoint 2013: How to Start Workflow on a List Item Using Workflow Instance Service
5/2/2016 12:21:37 PM.
In this article you will learn how to start Workflow on a List Item using Workflow Instance Service in SharePoint 2013.
Office 365/ SharePoint Online: Lesson Learned While Restoring the List Items
4/1/2016 2:42:00 PM.
In this article I’ll explain what care should be taken while deleting the items and restoring the items back from the recycle bin, when workflow is associated with the respective list of which items a
SharePoint 2013: Hide/Show Delete Icon In Ribbon On List Item Selection
4/1/2016 11:06:00 AM.
In this article I will explore how to handle the delete icon in list item selection (hide/ show) based on the logged in user using CSOM/REST API and jQuery.
Basic CRUD Operations On List Item in SharePoint 2013
3/28/2016 10:53:28 AM.
In this article we will learn how to create, read, update, and delete a list items in SharePoint 2013 programmatically using a simple JavaScript client object model with REST API for beginners.
Retrieve Or Add Tags From/To SharePoint List Item Using JSOM
3/28/2016 10:25:48 AM.
In this article, you will learn how to add or get the values from Metadata column of SharePoint list item.
SharePoint 2013: How To Enable/Disable Delete Icon In Ribbon On List Item Selection
3/12/2016 12:26:10 PM.
In this article you will learn how to enable/disable delete icon in ribbon on List Item Selection in SharePoint 2013.
Archive SharePoint List Items To SQL Database using CSOM - Part Two
3/9/2016 12:45:15 PM.
In this article you will learn how to archive SharePoint List Items to SQL Database using CSOM.
Archive SharePoint List Items to SQL Database Using CSOM: Part One
3/9/2016 9:41:36 AM.
In this article you will learn how to archive SharePoint List Items to SQL Database Using CSOM.
SharePoint 2013: Retrieve The List Item Version History And Attachment URLs Using SharePoint Web Services
1/21/2016 9:16:15 AM.
In this article you will learn how to retrieve the listitem version history and attachment URLs using SharePoint web services in SharePoint 2013.
Select Or Deselect Multiple CheckList Items Using JQuery
12/18/2015 3:33:06 AM.
This is a simple article where we can select or deselect multiple check list items using JQuery.
Different Ways To Add Item In SharePoint 2013 List
11/28/2015 2:57:43 AM.
In this article we explore in Microsoft SharePoint provider different ways to add item in SharePoint list.
Configure Wait For Event In List item In SharePoint 2013 And Office 365 Using Nintex Workflows
10/7/2015 1:49:50 PM.
In this article you will learn how to configure Wait for Event in List item in SharePoint 2013 and Office 365 using Nintex Workflows.
Update List Item In SharePoint 2013 And Office 365 Using Nintex Workflows
9/27/2015 4:38:05 PM.
In this article you will learn how to update List Item in SharePoint 2013 and Office 365 using Nintex Workflows.
Adding Bulk Attachments To SharePoint List Item With PowerShell Remotely
9/24/2015 3:17:29 AM.
In this article you will learn how to add bulk attachments to SharePoint List Item with PowerShell Remotely.
Move List Item using K2 Workflow in SharePoint 2013 Online
8/23/2015 1:50:57 AM.
In this article you will see how to move a list item using K2 Workflow in SharePoint 2013 Online.
Copy List Item Using K2 Workflow in SharePoint 2013 Online
8/22/2015 4:23:36 PM.
In this article you will see how to copy list items using K2 Workflow in SharePoint 2013 Online.
Create List Item Using K2 Workflow in SharePoint 2013 Online
8/22/2015 2:43:32 PM.
In this article you will see how to create a list item using K2 Workflow in SharePoint 2013 Online.
Add List Item in SharePoint List Using JavaScript
7/15/2015 9:53:52 PM.
In this article I would like to explain how to programmatically add list item in SharePoint List using JavaScript.
How to Enable Like on List Items
6/26/2015 5:07:09 PM.
In this article we can see how to enable Like on List items.
Delete a List Item in SharePoint 2013 and Office 365
3/15/2015 2:57:47 PM.
This article explains the most important functionality, which is deleting a list item using Nintex Workflow in SharePoint 2013.
Swap and Remove a List Items using Backbone.js
1/16/2015 11:55:44 PM.
This article explains two model actions, swap and remove, using Backbone.js. It explains how to handle these two actions in the view of the model with an example.
Create, Update and Delete List Item Using Builtin Activity in SharePoint 2013 Workflows
7/10/2014 10:53:45 PM.
This article explains how to Create, Update and Delete a List Item using a builtin activity available in the workflow toolbox for SharePoint 2013 in Visual Studio 2013.
Check-in and Check-out Functionality For Custom List Items in SharePoint 2013 Using jQuery
6/26/2014 2:10:31 PM.
This article explains how to create check-in and check-out functionality for custom list items in SharePoint 2013 using jQuery.
Remove a File from a Document Library in SharePoint 2013 Using REST API
6/18/2014 1:02:08 AM.
In this article, we will discuss how to remove a file from a document library in a SharePoint List using REST API.
Add Attachments to List Items in SharePoint 2013 Using REST API
6/13/2014 3:55:21 PM.
In this article, we will discuss how to add an attachment to list items in a SharePoint List using REST API.
Remove a SharePoint List Item Attachment in SharePoint 2013 Using REST API
6/13/2014 3:22:21 PM.
In this article, we will discuss how to remove an attachment from list items in a SharePoint List using the REST API.
Updating List Items in SharePoint 2013 Using REST API
6/10/2014 1:07:52 PM.
In this article, we will discuss how to update list items in a SharePoint List using the REST API.
Getting List Items From a List in SharePoint 2013 Using REST API
6/6/2014 5:07:20 PM.
In this article, we will discuss how to retrieve list items from a SharePoint List using the REST API.
Permission to Add Replies to List Items For Discussion List in SharePoint 2013 Using jQuery
6/5/2014 5:58:06 PM.
This article explains how to restrict permission only for a specific group for a Discussion Content Type in SharePoint 2013 using jQuery.
How to Get All the Attachments For the List Item in SharePoint 2013 Online Using REST API
5/5/2014 10:55:35 AM.
In this article you will see how to get all the attachments for the list item using the REST API in SharePoint 2013 Online.
Create Site Automatically When a List Item is Added
9/4/2013 2:50:43 PM.
This article explains how to create a site automatically based on items in a list.
Programmatically Disable Event Firing on List Item Update in SharePoint 2010
12/28/2012 3:35:32 PM.
In this article you will see how to disable event firing on a list item update using the SharePoint Object Model.
SharePoint Copy List Items in a Generic Way
12/15/2012 7:10:14 PM.
In this article we can explore the scenario of copying List Items in a Generic Way.
List Controls in ASP.NET: Part 3
12/1/2012 3:57:59 AM.
This is my series of List Controls Articles and this part includes how to determining the selected list item.
ASP.NET Select DropDownList Item Using Tab Key
7/2/2012 2:54:01 AM.
In this article you will learn how to select a drop-down list item with jQuery plug-in in ASP.NET.