Why do you have to write a server side code when you can achieve the functionality using JavaScript Client Object Model. Below are some reference links that can guide you how to write JSOM code in your js file.
Below is the reference to all the properties of the SP.List that you can use in your code. To get the GUID of the list. First obtain the list using its title and then you can make use of list.get_id() to get the GUID.
Geetanjali Arora | My blogs |
No comments:
Post a Comment