-
sharepoint user infomation list
The user information list is located at the root of site collection/_catalogs/users/detail.aspx . When a site under the site collection is has added a user, or a list reference a user, that user is imported in the user information list. Please know that the user information list not the same as user table in the authentication system like active directory. There might be one thousand of user in the active directory, but there might be a 10 user in the user information list.
-
Configuring Anonymous Access in moss 2007
Before you can configure a site to allow anonymous access, the associated web application must have anonymous access enabled through central administration. If the web application is set through central administration to allow anonymous access, you can control what parts of your site are new visible to anonymous users. Once the web application is configured for anonymous access, you can return to Permissions page of the site.
<p> You can select Setting Settings -> Advanced Permission -> Settings -> Anonymous Access entire site/all lists/nothing at all. Additionally, you can control the visibility of an individual lists or library through its permission settings. To do this, go to the lists, Settings -> Anonymous access - > Add Items/Edit Items/Delete Items/View Items. This combination of site-level and list level configuration gives you a good deal of control over what parts of the site can be accessed anonymously. </p> -
code smith Render
In codesmith, there is render method
-
Sub-Template
<p> To register a sub-template, you include a register directive in the master template. You can include as many Register directives as you like, so one master template can include multiple sub-templates. Sub-templates can be nested. </p> -
xsd maxOccurs="2" minOccurs="1"
XSD allow you to specified maxOccurs=”2” minOccurs=”1” in sequence and and element. What is the difference. Below is section