摘要:While digging in the internetgold mine called blogs found this very nice post on Joris Poelmans blog, he compiled a list of the tools any Sharepoint developer really need to make his/her life easier, ...
阅读全文
摘要:List template文件放在Site Actions – Galleries - List templates中。1.上传.stp文件 1: Private Sub UploadTemplates(ByVal _site As SPSite) 2: Dim directory As String = String.Format("{0}\ListTemplates", Appli...
阅读全文
摘要:So many people trying to enable and you want to disable...<1>Central Administration > Application Management > Authentication Providers > Edit AuthenticationPut "Enable Client Integrati...
阅读全文
摘要:There are different ways you can add documents to a doc library or to listitem as an attachment. You could use object model, built-in web service, customweb service that uses object model, or HTTP PUT...
阅读全文