Files
Archetype/app
leekelleher 68c2f55111 Added support to ArchetypePublishedContent for Umbraco extension methods
For the `IPublishedContent` implementation, added support for `GetIndex()`, so that extension methods, such as `IsFirst()`, `IsLast()`, etc will work as expected.

Unfortunately we wont be able to support the `Siblings()`, (or `FollowingSibling`, `PrecedingSibling`) extension methods, as these perform an internal query to the node's parent's children - which in the context of Archetype data is not possible access.

Added unit-tests to support this enhancement.
2016-02-17 13:30:43 +00:00
..
2016-01-23 14:56:28 +01:00
2015-12-15 11:26:40 -05:00
2015-06-01 12:12:33 -04:00
2015-10-04 21:39:50 +02:00
2015-10-08 08:49:22 -04:00
2016-01-23 14:56:28 +01:00