SharePoint Features can be targeted at the Farm, Web Application, Site Collection or Web Site scope. The target will effect things like where you can manage the feature activation from in the UI and at which point (and how many times) the Feature receiver events ...
Here are basic instructions to help you execute a PowerShell command. You have a choice of three strategies; firstly, the time-honoured method of copying other people's examples, and then pasting their code into your PowerShell session. Secondly, creating cmdlets (my favorite), ...
SHAREPOINT\System account is the same account used by application pool of your SharePoint web application in IIS at the time of creation/extension of respective web application. This is the account which is used when you run your code in under elevated privileges by SPSecurity.RunWithElevatedPrivileges. When you create/extend a web application in SharePoint ...
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 ...
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 ...