I tried searching for a little snippet code that would show how I can create a new SPWeb in a site collection. I didn’t find it as quickly or easily as I expected so I thought I’d slap together a little entry on the subject.
இந்த குறியீடு ஒரு புதிய விக்கி தளத்தில் உருவாக்குகிறது:
SPSite siteCollection; siteCollection = புதிய SPSite("http://conchang-o9l8qi"); SPWeb W = siteCollection.OpenWeb(); w.Webs.Add("xyzzy", "xyzzy Title", "xyzzy description", 1033, SPWebTemplate.WebTemplateWIKI, தவறான, தவறான); |
My initial searches failed because I was looking for phrases like "provision a web site using sharepoint object model" and the like.
நீங்கள் தேடல் for "Webs.Add()", நீங்கள் மிகவும் பயனுள்ளதாக வலைப்பதிவில் உள்ளீடுகளை பல கண்டுபிடிப்போம், MSDN articles and SDK documentation that go into depth on this subject. I definitely recommend இந்த தளம்.
</இறுதியில்>
Technorati குறிச்சொற்கள்: ஷேர்பாயிண்ட்