



Node currentNode = uQuery.GetCurrentNode();
List colourNodes = uQuery.GetNodesByCsv(currentNode.GetProperty("propertyAlias"));








Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> ]>
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library" xmlns:Exslt.ExsltCommon="urn:Exslt.ExsltCommon" xmlns:Exslt.ExsltDatesAndTimes="urn:Exslt.ExsltDatesAndTimes" xmlns:Exslt.ExsltMath="urn:Exslt.ExsltMath" xmlns:Exslt.ExsltRegularExpressions="urn:Exslt.ExsltRegularExpressions" xmlns:Exslt.ExsltStrings="urn:Exslt.ExsltStrings" xmlns:Exslt.ExsltSets="urn:Exslt.ExsltSets"
exclude-result-prefixes="msxml umbraco.library Exslt.ExsltCommon Exslt.ExsltDatesAndTimes Exslt.ExsltMath Exslt.ExsltRegularExpressions Exslt.ExsltStrings Exslt.ExsltSets ">
<xsl:output method="xml" omit-xml-declaration="yes"/>
<xsl:param name="currentPage"/>
<xsl:template match="/">
<ul>
<xsl:for-each select="umbraco.library:Split($currentPage/* [name() = 'languages' and not(@isDoc)], ',')/*">
<li>
<xsl:value-of select="."/>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>

















Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...




Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
The unique property datatype allows you to make a property value on a node unique. A good example would be to make Page title unique for SEO purposes. To use this data type you need to create a new data type based on unique property. Decide on field alias you will be using and pass that into the field alias value of the datatype eg pageTitle.




If you've ever been in the situation where someone demands: "I want that link to point to either another website or a page in this website or a media item or a file I can upload" then this datatype is the answer to that very annoying demand.




A simple data-type to enable your content editor to select an Umbraco back-office user from a list.




Uses an XPath expression to select nodes from the content tree to use as the checkbox options. The advantage of using XPath to define the nodes to use is that it allows a granular selection throughout the whole tree.




XPath DropDownList uses an XPath expression to select nodes from the content tree to use as the dropdown options. The advantage of using XPath to define the nodes to use is that it allows a granular selection thoughout the whole tree. The property value stored can be the Node Id or Node name.




Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Oops, there's nothing much to show about this particular uComponent at the moment, please check out the codeplex documentation in the meantime...
Shannon Deminick, Daniel Bardi, Hendy Racher, Ismail Mayat, James Diacono,
Lee Kelleher, Marco Lusini, Matt Brailsford, Niels Kühnel, Ove Andersen & Ronnie Hegelund