SharePoint 2010
文章平均质量分 69
Daniel-DH
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How To Remove Drop-Off Libraries
How To Remove Drop-Off Libraries As previously discussed, Sharepoint automatically creates a tin-eared list of nonsense whenever you turn on or change any aspect of its development. Some of th转载 2013-06-19 07:16:36 · 781 阅读 · 0 评论 -
Pages Library不能显示Library Settings页面的错误处理
找了好久原因的一个错误,就是当你打开Pages Library的Library Settings页面时提示unexpected错误,如果打开web.config的详细错误信息或查看ULS logs的时候会看到如下的错误信息:SharePoint Foundation Runtime tkau Unexpected System.Web.HttpException: The DataSource原创 2013-07-15 08:43:27 · 1256 阅读 · 0 评论 -
5 things you should know about SharePoint 2007 Records Center
文章转载自arbindocFor past couple of months, I have been working on large implementation of Records Center site in SharePoint 2007. During this time, I have come across few features in Records Center sit转载 2013-07-15 08:54:42 · 636 阅读 · 0 评论 -
打开SharePoint 2010详细错误信息
默认情况下,如果SharePoint的页面在加载时出错,只会显示Unexpected Error或只是Error,为了查看详细信息,我们一般都会如下设置web.config1.On the web server, navigate to the site directory (probably something like: C:\Inetpub\wwwroot\wss\VirtualDire原创 2013-07-15 08:50:25 · 1091 阅读 · 0 评论 -
Creating a List Item instance programmatically using the object model
https://www.nothingbutsharepoint.com/sites/devwiki/sp2007dev/pages/creating%20a%20list%20item%20instance%20programmatically%20using%20the%20object%20model.aspxThe below code shows how to create a Li转载 2013-06-24 14:29:48 · 1182 阅读 · 0 评论 -
SharePoint 2010 PowerShell 命令
SPAccessServiceApplication Get-SPAccessServiceApplication – Gets an {Access Service} application object. New-SPAccessServiceApplication Set-SPAccessServiceApplication – Sets a global property fo原创 2013-06-24 09:47:26 · 2930 阅读 · 0 评论 -
修改列表内置栏Created, Modified, Created By, Modified By, Assigned To
当使用SPSecurity.RunWithElevatedPrivileges创建或更新SPListItem时,如何修改Created, Modified, Created By, Modified By, Assigned To?很简单,如下: item["Created"] = DateTime.Now.AddDays(-30);item["Modified"] = DateTime原创 2013-06-24 09:25:31 · 1725 阅读 · 0 评论 -
Set value DateTime field to null
如果自己在List/Document Library创建了一些DateTime field,但是这是field有时候会需要设为空值,这时候通过代码该如何赋值?item["EndDate"] = null; 上面的操作就可以解决这个问题。原创 2013-06-24 14:21:19 · 978 阅读 · 0 评论 -
Using Business Connectivity Services in SharePoint 2010
Kirk EvansOne of my kids’ favorite books is called If You Give a Mouse a Cookie by Laura Numeroff─a children’s book based on the slippery-slope notion that if you give a mouse a cookie, he will ask转载 2013-06-24 14:06:16 · 1404 阅读 · 0 评论 -
All ways of RunWithElevatedPrivileges
Download it:https://sites.google.com/site/sasivalipireddy/home/RunWithElevatedPrivileages_ALL.pdfRunWithElevatedPrivileges? Why can’t we use RunWithElevatedPrivileges in event handlers?Imper转载 2013-06-24 08:55:51 · 1277 阅读 · 0 评论 -
Download files from a SharePoint document library remotely via Lists.asmx webservice
sowmyancsBelow I am giving a sample c# code for a .Net Console application, to download the files from a SharePoint Document Library remotely via Lists.asmx web service. We can use the same code for转载 2013-06-24 14:13:49 · 1464 阅读 · 0 评论 -
SharePoint 2010 with Breadcrumb Navigation
当使用CurrentNavSiteMapProviderNoEncode作为Publishing Portal的SiteMapProvider时,其在页面上显示的节点如下1) SubSite 1 - Page 1Publishing Site > SubSite 1 >Page12) Site SettingsPublishing Site > SubSite 13) Form原创 2013-06-19 08:05:22 · 583 阅读 · 0 评论 -
A Single Breadcrumb for All SharePoint Pages
SharePoint’s out-of-the-box breadcrumb control is kinda a strange animal. Basically you have three different kinds of breadcrumbs in SharePoint. Each of these breadcrumbs are using different provider转载 2013-06-19 08:16:26 · 619 阅读 · 0 评论 -
SharePoint Publishing Site Map Providers and Navigation
Configuring the navigation of SharePoint 2010 publishing sites and subsites can be a bit confusing, also when configuring the navigation from code or from your web templates (or even old school site d转载 2013-06-19 08:21:10 · 1149 阅读 · 0 评论
分享