Rank: Newbie
Joined: 5/15/2008 Posts: 15
|
I want .net code to publish the parentNode and all of it's child nodes,
d.Publish(u) and library.PublishSingleNode(d.Id) code publishes single node only.
Thanks in advance.
|
 Rank: Addict
Joined: 2/19/2007 Posts: 766 Location: Belgium
|
something like foreach(document child in d.getchildren()) { child.publish }
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|