friism-gmail
-
12/11/2008 8:59:02 AM
NodeOwner fail
This is just a public service announcement to anyone looking for a way to update the NodeOwner property of a TreeNode: You have to do it using the Node.SetIntegerValue method on the node, like this: node.SetIntegerValue("NodeOwner", user.UserID, true);
|