Hey guys,I need to set a redirect url for some nodes. These url's are generated through code so I have to update the nodes through the API. node.DocumentMenuRedirectUrl = url; node.Update(true); ...