Hi Friends,
In this post , I would like to tell you very simple tip to find out the GUID for SharePoint List .
Scenario :
I came across a situation where i want to use a GUID of SharePoint List in my coding .
How to get GUID for SharePoint List ?
Step 1:
Select the list for which you want to know the GUID .
GOTO-->List Settings
Step 2:
Under General Setting -->Select any of the available links.
Am selecting Audience targeting settings Link.
--> Right Click -->Copy Shortcut -->Paste in notepad
Note :
These techniques work for SharePoint 2010 Standard/Enterprise editions as well.This tip does not work for SharePoint 2010 Foundation as these list settings options are not available
so you’ll need to do the following
{26534EF9-AB3A-46E0-AE56-EFF168BE562F}.
These are the ways to know the GUID for List.
Hope its helpful....:-)
In this post , I would like to tell you very simple tip to find out the GUID for SharePoint List .
Scenario :
I came across a situation where i want to use a GUID of SharePoint List in my coding .
How to get GUID for SharePoint List ?
Step 1:
Select the list for which you want to know the GUID .
GOTO-->List Settings
Under General Setting -->Select any of the available links.
Am selecting Audience targeting settings Link.
--> Right Click -->Copy Shortcut -->Paste in notepad
Note :
These techniques work for SharePoint 2010 Standard/Enterprise editions as well.This tip does not work for SharePoint 2010 Foundation as these list settings options are not available
so you’ll need to do the following
- Navigate to the SharePoint list using the browser.
- Select the Settings + List Settings menu command.
- Copy the URL from the browser address bar into Notepad. It will look something like:
- Delete everything before and including “List=”.
- Change “%7B” to “{”
- Change all “%2D” to “-“
- Change “%7D” to “}”
{26534EF9-AB3A-46E0-AE56-EFF168BE562F}.
These are the ways to know the GUID for List.
Hope its helpful....:-)
No comments :
Post a Comment