Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • How Do I Delete My Account? 68 posts 433 karma points
    Jul 28, 2015 @ 12:09
    How Do I Delete My Account?
    0

    Change "Name"(?) property of page

    Hi!

    How do you change the "Name" property via SetValue("propertyAlias", value). You know on the top of the page, the part the also changes the url?

    I've tried SetValue("name", value) and also SetValue("Name", value) but nothing works.

    Any ideas?

  • Jamie Howarth 306 posts 773 karma points c-trib
    Jul 28, 2015 @ 12:16
    Jamie Howarth
    0

    You should simply change the .Name property of your contentObject and then pass it back to ContentService.Save(contentObject). The ID acts as the primary key so the new name will be persisted.

  • Steve Morgan 1350 posts 4460 karma points c-trib
    Jul 28, 2015 @ 12:17
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies