setPropertiesFromJSON() question
-
What is the proper syntax to use this?
I am trying this and getting an error: -
@VirtualVirgin Yeah that function's never worked.
Instead use
Content.setPropertiesFromJSON()
You don't need to set the type or ID, only the properties that you want to change.
-
@d-healey Thanks! That works :)