Original article: http://msdn.microsoft.com/en-us/library/bb802730.aspx The following table shows the locations, custom action group IDs, and custom action IDs that are used in the CustomAction element and the CustomActionGroup element of custom actions that are installed by default in Microsoft SharePoint Foundation. In the table, each location value corresponds to the Location attribute ...
There are lots of articles about creating content type in SharePoint 2010. Below links FYI. Reference: http://msdn.microsoft.com/en-us/library/gg295290.aspx http://msdn.microsoft.com/en-us/library/ff630942.aspx#Y684 http://msdn.microsoft.com/en-us/vcsharp/Video/ff623016
It’s a little bit different than SharePoint 2007, you need to change two web.config files instead of one: Underneath [systemdrive]:/inetpub/wwwroot/wss/virtualdirectories/ In the layouts directory underneath the SharePoint root directory or 14 hive – [systemdrive]:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/14/TEMPLATE/LAYOUTS/ The settings that you need to change ...
Original article: http://msdn.microsoft.com/en-us/library/9w13x3hh.aspx There are various ways to move through text or code in the Code Editor using the mouse and navigation keys: Use the arrow keys to move one character at a time, or the arrow keys in combination with the CTRL key to move one word at a ...
ine numbers are not added to your code; they are for reference only. For line numbers to print, you must select Include line numbers in the Print dialog box. For more information, see How to: Print Code in the Editor. To display line numbers in code On the Tools menu, select ...
The ByExtension element defines icons for documents according to their file name extensions. This element is used in DOCICON.XML to drive mapping between file extensions and their corresponding document library icons. In general, there are two ways that mapping can be performed: by extension (for example, the ByExtension element can be used ...
We need configure Adboe PDF IFilter to index, crawl the PDF files in SharePoint 2010. Below lists the basic steps, hope it helps. Download and install the Adobe PDF iFilter. It is free!!! Configure the Adboe PDF icon so that the PDF file will be displayed with PDF icon. Configure SharePoint Foundation search service ...
Original article: http://blog.adlibsoftware.com/2010/06/29/adlib-pdf-for-sharepoint-2010-link-your-pdf-rendition-back-to-the-source/ UKOOM's comment: A good news for enterprise. Adlib is the mature PDF conversion product which is used in lots of big company. This is the first in a 3-part series reviewing the features of Adlib PDF for SharePoint 2010 that extend and embrace the SharePoint ...
This article is from MSDN http://msdn.microsoft.com/en-us/library/dd583162%28v=office.11%29.aspx Summary: Learn programming techniques that can help make your Windows SharePoint Services Web Parts and applications faster, safer and more reliable, easier to deploy, and even more user-friendly. Author Marco Bellinaso compiled this collection of tips and tricks into a well-organized, single ...
A SharePoint column (field) can be retrieved from the object model in many different ways. Some of them use the internal name while others use the display name. Recently, when creating a column, I came across another field type called Static Name. I wasn't sure what ...