We can use the following code to get a component it’s default (metadata defined by tridion) metadata.
int publicationID = 1;
int componentID = 213;
Tridion.ContentDelivery.Meta.ComponentMetaFactory f = new ComponentMetaFactory(publicationID);...
Recently I discovered GetGlue after a work buddy of mine told me I should check it out. A lot has been written already, but I had never heard about it until a couple of days ago. The press call it the thing to look out for in 2011 and it is already quite...
There are several types of XML webservices these days and although SOAP is the most used, REST seems to get more popularity. For the iPhone application I'm writing I needed a webservice that's lightweight and easy to be consumed. Read the full...
You are redesigning your SDL Tridion Implementation, or have just started with SDL Tridion, or are thinking about using SDL Tridion… … now your thoughts move to the implementation of SDL Tridion and may be wondering … “How can I make the most out of SDL...