Yesterday, open the code provided by the Kane Boy to provide permission management entry for the list of the SPS area. It is very simple to find the principle in his program.
In the WSS site, each document library, each list will have permission settings, and this permission setting interface is a link, we can enter a list of permission management windows in a list. We copied this link to the text editor analysis, it is not difficult to find its law:
HTTP: // Server Name / WSS Site Name /_LayoutS/2052/shropt.aspx?obj= {List ID}, list Type
There are only two types of lists. If it is a document library, write DOCLIB, if it is a list, write LIST
For example: a document library on the Site1 site on the TEST server, its permissions management entrance is actually
http://test/site1/_layouts/2052/shropt.aspx? Obj = {xxxxx-xxxxxxxx-xxxxxx-xxxxxx}, Doclib
So, Keby is right, since SPS is packaged on the WSS, then there is no reason to close this entrance, so we can find this link to this link or the ID of a list of a region. As the entrance of the library. So how do you get the ID of this document library (not through the program, pass the browser directly), is actually very simple, you only need to enter the document library or list, enter the setup interface, just find a link, you can get this ID.
For example, the address of the "Document Library 1" under the "Document Center" area on the Test server is: http: // TEST / C1 / Document Center / Document Library
We only have access to the setup interface, then get the ID from the links such as regular settings, then you can enter the management interface by the following address:
HTTP: // TEST / C1 / Document Center / Document Library 1 / _Layouts / 2052 / Shropt.aspx? Obj = {xxxxxxxxxxxxx-xxxxxxx-xxxxxx}, Doclib
Keny's program is to list the list under the area, then let you select a list, then read the ID of the selected list by list.id, and determine the type of list.bleentweb.URL with list.parentWeb.URL Get the address, then splicing this entrance.
From this, I think it is, is it functional in other WSS sites, and the SPS area can also put the address to enter the address? I tried it, it seems that there is such an entrance, but some functions may have been blocked, so I always prompt to enter the username and password.