Saturday, April 25, 2009

Quickly checking the schema of any list

Scenario:
Sometime you want to quickly check the schema of a list / library

Solution:
1. Navigate to the list/library of interest
2. Click on Settings > List Settings
3. Copy the Url from the Address Bar of ur browser and extract the ListGUID
4. Type the below Url by replacing the copied ListGUID.

Code:

http://localhost/_vti_bin/owssvr.dll?Cmd=ExportList&List=YourListGUID
Article:
http://www.synergyonline.com/blog/blog-moss/Lists/Posts/Post.aspx?ID=24

0 comments: