I'm having an issue where Document.Publish(User) is causing the child nodes to publish - this is occurring in both the code + through the UI. Is there another way call a publish without affecting the children?
I assume it may be a bit of a defect, as there's also a .PublishWithChildrenWithResult(...) method, which I suspect is supposed to have this functionality.
Publish a node without publishing its children?
I'm having an issue where Document.Publish(User) is causing the child nodes to publish - this is occurring in both the code + through the UI. Is there another way call a publish without affecting the children?
I assume it may be a bit of a defect, as there's also a .PublishWithChildrenWithResult(...) method, which I suspect is supposed to have this functionality.
I'm using Umbraco 4.5.2.
Can you post the code that you're using, I've never seen it "automatically" publish the children, you have to do it explicitly
My bad - This was a result of the AutoFolders plugin we're using - I've covered what I've found so far here - http://our.umbraco.org/projects/developer-tools/autofolders/general/14721-AutoFolders-auto-publishing
is working on a reply...