Where can I find the id of my list created in Visual Studios. I've created a list with "add new item"-> list. But now I need to have the ID of that list. I can't find it anywhere. What should I do?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can find list template ID in Visual studio by looking at Schema.xml but you won't going to find list ID. To get list ID you can use this code in VS,
Or you can try this simple code,
|
|||
|
|
