سریع و ساده: تهیه وب سایت با استفاده از مدل شیء شیرپوینت در C #

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 این سایت.

</پایان>

مشترک شدن در وبلاگ من.

برچسب ها:

3 دیدگاه در "سریع و ساده: تهیه وب سایت با استفاده از مدل شیء شیرپوینت در C #

  1. ربکا Isserman
    I did this last year. I will say it was a lot easier to find resources last year. This year with more devs blogging it’s getting to be an information bog down. It has it’s good and bad qualities. We have more about stuff we didn’t know about last year, but we also have way too much on the same thing sometimes. There is a book by Todd Bleeker:
    It has some stuff about provisioning and hitting the object model a bit. I would say it’s one of the best books with information about the Object Model.
    پاسخ
  2. توبیاس Zimmergren
    سلام,
    آیا در مورد خلاصی اشیاء را فراموش کرده ام نیست پس از شما با آنها انجام می شود. تمایل به دریافت کاملا گراز منابع اگر یکی از بسیاری از برنامه های سفارشی که در آن یک نشانی از دفع از اشیاء را در نظر نگرفته, به خصوص اگر مقدار زیادی از کاربران همزمان وجود دارد.
    در این مقاله MSDN دفع اشیاء است و نه خوب, and takes up some examples of where the resources tend to run low if you forget about disposals 🙂
    من معمولا مانند;
    با استفاده از(SPSite someSite = جدید SPSite(http://litware.inc/)){
    //Do stuff here
    }
    پاسخ
  3. بدون نام
    WSS SDK شامل مقدار زیادی از نمونه. تفکر در مدل شی شیرپوینت واقعا به من کمک می کند پیدا کرده اند. به عنوان سایت های زیر مجموعه سایت ذخیره می شود شما می توانید برای اموال از SPSite است که شامل سایت های نگاه (SPSite.AllWebs). از آنجا که این اموال مجموعه از نوع SPWebCollection است شما وجود دارد بروید و پیدا کنند نسخه های مختلف از روش اضافه کردن جمله کد.
    پاسخ

پاسخ

آدرس ایمیل شما منتشر نخواهد شد. بخشهای موردنیاز علامتگذاری شدهاند *