码迷,mamicode.com
首页 >  
搜索关键字:sharepoint    ( 2199个结果
SharePoint网站测试数据自动化系列——通过PowerShell创建SharePoint List Items
代码如下(保存到本地ps1文件中,右键run with PowerShell即可):Add-PSSnapin microsoft.sharepoint.powershellfunction CreateSPListItems(){ $sites = Get-SPSite if($site...
分类:Web程序   时间:2015-09-23 18:40:20    阅读次数:206
通过PowerShell创建SharePoint Web
代码如下(保存到本地ps1文件中,右键run with PowerShell即可):Add-PSSnapin Microsoft.SharePoint.PowerShellfunction createSPWeb(){ $webApps = Get-SPWebApplication ch...
分类:Web程序   时间:2015-09-21 14:07:05    阅读次数:187
disable-the-loopback-check-for-specific-host-names-on-all-sharepoint-web-and-application-servers/
Microsoft has introduced new feature – Loopback Security Check in Windows Server 2003 SP1 to prevent access to a web application using a fully qualifi...
分类:移动开发   时间:2015-09-20 13:05:35    阅读次数:158
通过PowerShell创建SharePoint Site Collection。
通过PowerShell创建SharePoint Site Collection,代码如下:Add-PSSnapin microsoft.sharepoint.powershellfunction CreateTeamSite(){ $webApps = Get-SPWebApplicatio...
分类:系统相关   时间:2015-09-17 19:48:17    阅读次数:215
SharePoint研究之表单登录配置
本文将演示SharePoint怎样配置表单(Form)登录,后续文章将研究 无密码登录、编程添加用户组、编程添加用户、编程添加文件夹、编程分享文件夹(权限分配)等。
分类:其他好文   时间:2015-09-17 19:34:23    阅读次数:168
Sharepoint 2013 左右"SPChange"一个简短的引论
于SharePoint于,我们经常需要获得这些更改项目,竟api为我们提供SPChange物。下列,在通过我们的目录资料这一目标。 1、创建测试列表,名字叫做“SPChangeItems”。而插入测试数据,例如下面的附图: 2、删除ID为3的数据,而且改动ID为2的数据,为我们的后面測试做准...
分类:其他好文   时间:2015-09-17 13:23:35    阅读次数:191
Displaying SharePoint Lists or Libraries in other sites 显示其他站点的List
Child objects within SharePoint, like a list in a Site, share an inherent connection with that Parent object. Today's blog is regarding the usage of o...
分类:其他好文   时间:2015-09-17 11:26:34    阅读次数:267
SharePoint 设置Lookup 字段的值
如何设置Lookup字段的值,首先我们同样需要了解SPFieldLookupValueCollection和SPFieldLookupValue,这2个类的原理和之前所讲解到SPFieldUserValueCollection一样,这里就不多讲解 1 /// 2 /...
分类:其他好文   时间:2015-09-15 18:12:31    阅读次数:171
SharePoint 2013 更新多个用户字段(Person or Group)
有时我们需要更新一个用户到Person or Group类型的字段,当然这个属性允许设置多个用户,要如何才能添加新的用户到该字段,同时还不影响原始存在的值。这里我们需要了解 SPFieldUserValueCollection类,该类是包含user字段的所有值,而SPFieldUserValue继承...
分类:其他好文   时间:2015-09-15 16:30:22    阅读次数:147
SharePoint 获取Lookup 字段的值
获取某个List里的Lookup字段的值是很普遍的事,那么我们将它封装起来获取Lookup字段值的方法: 1 /// 2 /// To get lookup field Id or Value 3 /// 4 /// 5 ...
分类:其他好文   时间:2015-09-15 16:19:51    阅读次数:159
2199条   上一页 1 ... 72 73 74 75 76 ... 220 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!