სწრაფი და მარტივი: დებულება საიტის გამოყენება SharePoint ობიექტური მოდელის 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.

ეს კოდი ქმნის ახალ Wiki საიტი:

 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()", თქვენ მოვძებნოთ რაოდენობის ძალიან სასარგებლო blog entries, MSDN articles and SDK documentation that go into depth on this subject. I definitely recommend საიტი.

</ბოლო>

გამოწერა ჩემი დღიური.

პროგრამები Tags:

3 thoughts on "სწრაფი და მარტივი: დებულება საიტის გამოყენება SharePoint ობიექტური მოდელის 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. Tobias Zimmergren
    Hi,
    ნუ დაგავიწყდებათ შესახებ განკარგვის ობიექტების შემდეგ თქვენ გაკეთდეს მათ. ტენდენცია მისაღებად საკმაოდ რესურსი hog თუ ერთი ბევრი პროგრამის სადაც არ იღებს განკარგვის ობიექტების გათვალისწინებით, მით უმეტეს, თუ არსებობს ბევრი კონკურენტმა წევრებს.
    ეს MSDN სტატიაში განკარგვის ობიექტების საკმაოდ, and takes up some examples of where the resources tend to run low if you forget about disposals 🙂
    მე, როგორც წესი მომწონს;
    გამოყენებით(SPSite someSite = new SPSite(http://litware.inc/)){
    //Do stuff here
    }
  3. არ არის სახელი
    WSS SDK შეიცავს უამრავი მაგალითები. ფიქრი in terms of SharePoint object model ნამდვილად ეხმარება I არ აღმოაჩინა, out. როგორც ძეგლები ინახება ქვეშ საიტის კოლექცია თქვენ რომ ვეძებოთ ქონებას SPSite რომელიც შეიცავს საიტები (SPSite.AllWebs). როგორც ეს ქონება არის კოლექცია ტიპის SPWebCollection თქვენ, რომ იქ ჩასვლა და აღმოჩნდა, სხვადასხვა ვერსიებს დამატება მეთოდი, მათ შორის კოდი snippet.

დატოვე პასუხი

თქვენი ელ-ფოსტა არ გამოქვეყნდება. აუცილებელი ველები მონიშნულია *