This post is about creating Workflow Associations declaratively using a CAML element declaration in a feature. Workflow associations can be created using code (and the SharePoint UI of course), and there are plenty of articles on the interwebz demonstrating this, today, while trolling through an exported site template, I discovered that you can create Workflow Associations using […]
Read moreSharePoint: Set a SummaryLink Column Value using a Feature Module
Both the SummaryLink column and the SummaryLink webparts allow the user to store arbitrary URL’s either on a page in a webpart or in a page column, and both of these components are well documented in terms of styling and exercising them using the object model. What isn’t well documented (at least not that I […]
Read moreSharePoint: SPFeatureReceiverProperties.Feature.Parent Reference
When developing a feature receiver, you typically need a reference to one of the Object Model classes which represent the feature scope, that being; Web – SPWeb Site – SPSite WebApplication – SPWebApplication Farm – SPFarm Since within a feature receiver you don’t know how it’s being activated/installed (either using the UI or the command-line) […]
Read moreSharePoint: Create a Publishing Page in a Site Definition using a Custom Page Layout
In a publishing environment we often create custom page layouts based on our own content types, and of course if we are also creating custom site definitions, we’ll probably want to create pages in the site defs which are based on our custom page laouts – how do we do this? Again, it’s all done […]
Read more
April 10, 2013 




Recent Comments