This code snippet demonstrates how you might retrieve a list of child keywords for a given named category in a particular publication.
private List FindKeywords(string categoryName)
{
var list = new List();
var taxonomyFactory = new TaxonomyFactory...
Within the new version of SDL Tridion the concept of Modular Templating as a modern and better alternative is introduced. One of these mediators is the Dreamweaver Meadiator, which is described in this article. Read the full text.
The old reindexing tool has been retired as we moved into Tridion 2013. In this new version, there are many commands that can be executed via PowerShell scripts, including a command to reindex search in the CME. Initially, I just ran Sync-TcmSearchIndex...
If you need to still make use of the Tridion 2009 Services in Tridion 2011 version, you can achieve this by following these steps: 1. Locate the DLL's for the deprecated 2009 API's from the SDL Tridion 2009/2009 SP1 installation media ( SDL Tridion 2009...
The Deployer Service is step 3, the finalizing step in the SDL Tridion publishing process. In working with the Deployer, I've come across different reasons something could go sideways, and so in time, several best practices, a certain analysis pattern...
Today I saw an interesting question on the Tridion Stack Exchange site about setting permissions on multiple categories. Of course, a slightly broader question is also interesting – how can I also set multiple permissions on folders, and rights on publications...
I have had the chance to setup my SDL Tridion 2011 environment to use SSHFTP publishing protocol. Such experience didn't come without its challenges and now that I got it working, I would like to share it in case someone needs to set this up in the future...
Once you`ve decided to extend existing view, you might want to have a look at the extended areas extensibility.
These areas allow you to embed your content into the existing page with very limited amount of actions.
For instance, let`s add some...