Hi,
When i call DocumentContext.CurrentDocument.Children[6] the filds that i created in that pageType are empty.
Try DocumentContxt.CurrentDocument.Children[6].WithAllData()
DocumentContxt.CurrentDocument.Children[6].WithAllData()
'TreeNode' does not contain a definition for 'WithAllData' and no extension method 'WithAllData' accepting a first argument of type 'TreeNode' could be found
My mistake, i was calling "WithAllData" on TreeNode
Please, sign in to be able to submit a new answer.