Default SharePoint Workflow Activities Get link Facebook X Pinterest Email Other Apps - February 21, 2012 Go to Microsoft.SharePoint.Workflow.dll and SPWinOEWSSService class Get link Facebook X Pinterest Email Other Apps Comments
Setup SharePoint 2010 - May 25, 2010 'Planning for Office 2010 & SharePoint Server 2010' at Microsoft's Launch 2010 Event in Washington, D.C. http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2010/05/19/planning-for-office-2010-amp-sharepoint-server-2010-at-microsoft-s-launch-2010-event-in-washington-d-c.aspx 'Deploying Office 2010 & SharePoint Server 2010' at Microsoft's Launch 2010 Event in Washington, D.C. http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2010/05/19/deploying-office-2010-amp-sharepoint-server-2010-at-microsoft-s-launch-2010-event-in-washington-d-c.aspx 'Configuring & Managing Office 2010 & SharePoint Server 2010' at Microsoft's Launch 2010 Event in Washington, D.C. http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2010/05/19/configuring-amp-managing-office-2010-amp-sharepoint-server-2010-at-microsoft-s-launch-2010-event-in-washington-d-c.aspx Read more
Glossary for SharePoint 2010 - May 18, 2010 Go to this link for SharePoint 2010 glossary: http://msdn.microsoft.com/en-us/library/ee556558%28office.14%29.aspx or for SharePoint End Users http://www.rharbridge.com/?page_id=60&cpage=1#comment-73 Read more
Register CSS to SP Master Page - April 27, 2011 http://mosshowto.blogspot.com/2010/06/sharepoint-2010-registering-css.html http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/fc22110f-c83a-48ae-9f18-6a38a672e568/ protected override void OnPreRender(EventArgs e) { base.OnPreRender(e); CssRegistration css = new CssRegistration(); css.Name=SPContext.Current.Web.Url +"/css/mcstyle.css"; css.After = "corev4.css"; this.Controls.Add(css); } Read more
Comments
Post a Comment