.GetChildren() method missing in version 8 and .Children() returns only the published child nodes in v8.1
I want to get all published and unpublished children of a node in version 8.1 at Controller level but using the .Children() method only seems to return published children or (isvisible==true). Is there a method which i can use to get the required results?
.GetChildren() method missing in version 8 and .Children() returns only the published child nodes in v8.1
I want to get all published and unpublished children of a node in version 8.1 at Controller level but using the .Children() method only seems to return published children or (isvisible==true). Is there a method which i can use to get the required results?
is working on a reply...