Questions tagged [umbraco-hive]

2 questions
0
votes
1 answer

Writing a Custom Hive Provider using objects as datasource

Im trying to create a hive provider that would be able to work towards some objects. An object may look something like this public class MyContent { public System.Collections.Generic.List Content { get; set; } } public class ContentExample { …
Eric Herlitz
  • 25,354
  • 27
  • 113
  • 157
0
votes
1 answer

Umbraco 5 Custom hive/tree provider - How is the location determined?

I'm working with Umbraco 5.1 to implement this blogpost which describes how to create a custom hive provider with a custom tree provider to show data in the content tree. It all works nice, however the nodes show up as follows: Content Music…
Ropstah
  • 17,538
  • 24
  • 120
  • 194