I found that the PublishWithSubs() method just can publish first level nodes of the parent node.
doc.PublishWithSubs(new User(0));
How can I publish all the unpublished nodes under one parent node, no matter how deep the unpublished nodes are?
Thanks