質問する質問する
 

回答済みdocument library of sharepoint

回答

  • 2009年7月4日 8:19Rajesh.Sitaraman ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済みコードあり
    SPSite mySite = new SPSite("http://YourSiteCollectionURL");
    SPWeb myWeb = mySite.AllWebs["YourSite"];
    
    SPFolderCollection myFolderCollection = myWeb.GetFolder("http://YourSiteCollectionURL/YourSite/YourLib").SubFolders;
    myFolderCollection.Add("FolderName");
    

    ---
    Rajesh (MCTS) My Blog

すべての返信