博客地址:http://blog.csdn.net/FoxDave 上一节讲了SharePoint Online网站多语言的实现原理机制,本节主要从编程的角度来谈一下如何进行相关的设置. 下面列出的代码函数方法在命令行中运行即可.至于Context如何获取可以参考我以前的blog. Site和List级别的国际化 首先咱们先创建一个测试List,如下代码: private static void CreateCustomList(ClientContext ctx, Web web) { L…
博客地址:http://blog.csdn.net/FoxDave 上一节讲了如何通过Code的方式设置Site和List级别的国际化,本节介绍一下如何设置Content type和Site column级别的国际化.废话不多说了,还是以代码的方式带大家go through这个过程. Content type和Site column级别的国际化 跟之前一样,为了测试咱们先创建专用的Site column和Content type,需要把Site column添加到Content type,所…
博客地址:http://blog.csdn.net/FoxDave This post will talk about how to enable sharepoint online site multilingual support. Below are the labels supported by SharePoint online when site language is changed. Site Title Site Description List Title List Desc…
Multi-lingual Support One problem with dealing with non-Latin characters programmatically is that, for characters with accents, there can be multiple ways of encoding the form. So, for the letter é, there are two encodings: a single combining charact…
转:http://www.sharepointblues.com/2010/09/01/sharepoint-security-and-permission-system-overview/ SharePoint Permission and Security Mechanisms From time to time, our customers ask us about how SharePoint security and permission features work, and how…
10 Skills Every SharePoint Developer Needs(原文) This blog post guides you through the essential skills for a successful SharePoint developer. Great SharePoint developers know how to use scripting, design, and drafting tools. They have knowledge of out…
描述 最近一个站点,需要开启搜索功能,然后创建内容源,开始爬网,发现列表里只有一部分被索引,很多项目没有被索引,甚是奇怪,如下图(其实列表里有80几条项目). 首先爬网账号是系统账号.服务器管理员,所以觉得账号权限不存在问题:毕竟SharePoint的搜索爬网,就是用当前账号的权限去爬网,展示的时候,再按照当前账号去过滤的. 然后想到的就是爬网规则,自己也没有设置过,试着把这个列表按照规则include进来,然后reindex后执行完全爬网,没用. 然后把列表reindex.站点reindex.…
[FROM:http://blog.mastykarz.nl/device-channels-sharepoint-2013/] One of the new features of SharePoint 2013 are Device Channels. Find out what they are, how they work and how you can leverage them in your solutions. Channels – it's all about the expe…
APPLIES TO: Oracle Inventory Management - Version: 11.5.9 to 11.5.10.CU2 - Release: 11.5 to 11.5 GOAL What is the supported approach for using the Import Item concurrent program (INCOIN) to create and update items for multiple languages? SOLUTION Per…
How Microsoft does SharePoint Governance for their internal platform english sources from:http://www.balestra.be/2012/04/how-microsoft-does-sharepoint-governance-for-their-internal-platform.html April 5th, 2012 | Posted by Marijn in community | Gover…