There are times when you want to have the contents from one page show up in two places. For example, …
Tag: Farm Solution
-
-
Creating a Web Part that Executes a CAML Query Based on Managed Metadata Values Chosen By Users
Sometimes you might need a way to be able to retrieve pages that have been tagged with a particular Managed Metadata …
-
Visual Studio Project Organization
When first building SharePoint projects in Visual Studio, it can be confusing to know how to organize your various SharePoint …
-
Dynamically Updating the CQWP ItemXslLink Property to Point to the Local Site Collection
The Content Query Web Part (CQWP) is the workhorse of SharePoint Publishing sites. The power behind the CQWP is that it …
-
Creating a Setup Project to Install a SharePoint Solution Package
It’s an unconventional requirement, but I needed to create an MSI that would install a SharePoint solution package to a …
-
Creating an Expiration Policy Programmatically on a Content Type
One of the great improvements in SharePoint 2010 over previous versions has been in the area of records management and information policies. …
-
Publishing Page Ribbon Missing Publish Tab and Containing Incorrect Buttons on Page Tab
Typically, the ribbon on a Publishing Page will have several tabs: Browse, Page, and Publish. The Page tab in the …
-
Modifying your Web.config file using SPWebConfigModifications
I’m not the only one to have run into some massive problems trying to add or remove web.config modifications from …
-
Removing a Taxonomy Field value from a List Item
If you’re trying to programmatically remove a taxonomy field value from a taxonomy field, you’ll quickly discover that setting the …
-
Reusable Content Control
Although the Reusable Content list works well for adding content to content placeholders in a publishing page, there are times …