Set a TaxonomyField programmatically

Setting the value of the new Taxonomy Field as similar to setting the value of a Lookup Field. Actually the raw value is exactly the same. Here is an example of setting the field if you already know the ids of the Terms. ...[Read more]

Published: 4/30/2010 |   Comments | 0  Links to this post

SharePoint 2010: Working with Sandbox solutions programmatically

It seems that Sandbox solutions are stored at a site level as a SPUserSolutionCollection. You can access them programmatically by using the SPSite.Solutions property. This article shows how to deactivate, delete and activate solutions programmatical ...[Read more]

Published: 3/18/2010 |   Comments | 0  Links to this post