I am reading this article - http://docs.composite.net/Console/Guide-to-Applications/How-to-Attach-Console-Applications#_How_to_Auto-Attach
but I don't see a way to add new item to the main tree. I created a file under App_Data/Composite/TreeDefinitions:
<?xml version="1.0" encoding="utf-8"?>
<ElementStructure xmlns="http://www.composite.net/ns/management/trees/treemarkup/1.0" xmlns:f="http://www.composite.net/ns/function/1.0">
<ElementStructure.AutoAttachments>
<NamedParent Name="Transfer" Position="Bottom" />
</ElementStructure.AutoAttachments>
<ElementRoot>
</ElementRoot>
</ElementStructure>
How do I make the "Transfer" item to show up on the main tree?
Thank you for your help.
↧