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 ...
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 ...