Tag Archives: Feature

SharePoint: 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 more

SharePoint: 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 more

SharePoint: Data Connection List Template is not Available

You’re trying to create a Data Connection Library in a SharePoint site and you find that the template isn’t available. Note that the Data Connection list template is only available in MOSS 2007. The Data Connection list template feature (feature id: 00BFEA71-DBD7-4F72-B8CB-DA7AC0440130) isn’t actiavted against all site definitions, and if you are using a custom [...]

Read more

SharePoint: 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

SharePoint: Provision a Page Layout using a Feature

In a publishing environment, we undoubtedly create new page layouts based either on existing or custom page layout content types, examples of stock publishing page layout content types include; Article Page Welcome Page When we create a new page layout and want to provision it into SharePoint as part of a greater solution you will [...]

Read more
Follow

Get every new post delivered to your Inbox.

Join 143 other followers