질문하기질문하기
 

답변됨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

모든 응답