I am using the IContentRepository to copy an existing page programatically, and then creating a writable clone to modify the newly copied page's fields.
One thing I am looking at doing is renaming the page. When I update the "Name" property, I see that this is now reflected within the Epi Edit interface on the property panel. However, the page is not renamed within the Page Hierarchy.
What is the proper way to rename a page programatically?