How to set the value of a Lookup field programmatically.
Archive for December, 2008
Clearing the Security field of an item
On December - 29 - 2008
Sitecore Code Snippets
Get the HTML output of an XSLT rendering
On December - 29 - 2008
How to get the HTML output of an XSLT rendering.
Sitecore Code Snippets
Get an Item via an XpathNodeIterator
On December - 29 - 2008
How to get an Item via an XpathNodeIterator
Sitecore Code Snippets
Renaming an Item
On December - 29 - 2008
Our code needs to rename an Item
Sitecore Code Snippets
Updating Image File on a Media Library Item Programmatically
On December - 29 - 2008
Our code needs to update image file on a Media Library item programmatically.
Sitecore Code Snippets
Implementing a Lucene.NET search
On December - 29 - 2008
The following example implements a Lucene.NET search routine, ready to run.
Sitecore Code Snippets
Creating Proxy Items Programmatically
On December - 29 - 2008
Our code needs to create a proxy item programmatically.
Sitecore Code Snippets
Render the sc:sublayout control via API and get HTML string
On December - 29 - 2008
Our code needs to render the sc:sublayout control via API and get HTML string.
Sitecore Code Snippets
Define XSLT rendering dynamically
On December - 29 - 2008
Define which XSLT rendering should be used on the page dynamically by using the XslTransform class.