Hi.
I already know of SetDefaultValues on PageData, but as far as I know this only executes when the page instance is created.
public override void SetDefaultValues(ContentType contentType)
{...}
Is there a way to set default properties on a page that already exists? And only if the property is NULL?