Quantcast
Channel: Using Optimizely Platforms
Viewing all articles
Browse latest Browse all 8020

CreateWritableClone and Dynamic properties

$
0
0

I have one dynamic property, let's call it globalProp.
I'm changing the content by code like this:

PageData NewPage = CurrentPage.CreateWritableClone();
NewPage.Property["globalProp"].Value = "Test";

But the dynamic property is always null (don't exists)... Even if I fill it with content manually in Edit mode.

Is the function CreateWritableClone not handling dynamic properties at all? And what to do if I want to manipulate those by code?

Regards, Andreas Ek, Internetfabriken.


Viewing all articles
Browse latest Browse all 8020

Trending Articles