上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: SharePoint and ChromeA few months ago I posted an entry called SharePoint 2010 Scrolling detailing a method to get scrolling working on less supported browsers in SharePoint 2010. Along with some background on to why the method works.So, I’ve had reason recently to revisit Chrome and SharePoint comp 阅读全文
posted @ 2013-01-03 13:51 山之子 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Hi,Regarding how to read all term set you can try the following code.e.g. static void TermSetDemo(SPSite site) { TaxonomySession session = new TaxonomySession(site); // Get all the TermStores associated with the provided site. TermStoreCollection termStores = session.TermStores;... 阅读全文
posted @ 2012-12-25 16:35 山之子 阅读(187) 评论(0) 推荐(0) 编辑
摘要: How to configure your MyInbox webpart automatically ?It seems to be so difficult to configure your SharePoint Outlook webparts automatically, but it isn't !Last week, I tried everything, but I failed to configure those Outlook webparts.It seems to be nobody wants to configure a MyInbox automatic 阅读全文
posted @ 2012-12-25 10:22 山之子 阅读(246) 评论(0) 推荐(0) 编辑
摘要: SharePoint 2010 & domain trusts – PeoplePickerJune 2, 2010The last couple of days were filled with SharePoint 2010, domain trusts, tears, the great SharePoint community and last but not least: joy. It seems SharePoint 2010 is more strict when it comes to domain trusts, or simply communicating ac 阅读全文
posted @ 2012-12-21 17:13 山之子 阅读(305) 评论(0) 推荐(0) 编辑
摘要: A design pattern that may help you link to dashboards from existing systems is passing filter values in the URL. For example: Although this pattern’s as old as the web, you asked us to make PerformancePoint dashboards work with it. In SharePoint 2010 it works!The steps are the same whether you deplo 阅读全文
posted @ 2012-12-20 18:15 山之子 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Office 2013 Web App Server + SharePoint 2013 IntegrationWith the release of the Office 2013 Preview, Microsoft also launched a beta of Office Web App Server. This product which is also known from Office 365 and SharePoint 2010, allows you to host the apps (Word, Excel, PowerPoint and OneNote.) in yo 阅读全文
posted @ 2012-12-12 17:45 山之子 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Programmatically Set PermissionsThis is some example code I wrote the for the MSDN forums to showcase how you can programmatically set permissions. This code will work for splists or spwebs (in the example it’s SPList permissions, but just changing those calls to go off of Web will switch it). In ad 阅读全文
posted @ 2012-12-06 14:37 山之子 阅读(341) 评论(0) 推荐(0) 编辑
摘要: MOSS My Calendar web part login problem for different accounts.IntroductionWhen i work with my calendar web part in SharePoint i got lot of questions and things happend. I configured every thing correctly in My Calendar web part. i.e. Mail server address, Mailbox.But, when i open the page which cont 阅读全文
posted @ 2012-12-04 16:21 山之子 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 1. 删除原来的search application,新建一个2.保持爬网成功3.Goto Central AdministrationApplication managementManage Web ApplicationsSelect the web applicationClick on Service ConnectionsEnsure that the search application you configured is checked in this list.4.在爬网中心设置 index reset 阅读全文
posted @ 2012-11-27 18:22 山之子 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Sending alerts to group using Share point 2007/MOSSSending alerts to users are much easier and administrator can assign active directory user for dispatching emails.Please note that share point uses email address from user’s profile for dispatching emails. Therefore alert cannot be configured for us 阅读全文
posted @ 2012-11-27 14:26 山之子 阅读(380) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页