morning all,
Within the edit section, there is the capability to 'Save', 'Save and Publish' etc. This updates data specific to that page within the database.
I have created a new edit plug in, and wish to mimic this functionality. I've used the Global.DataFactory.Save method. This appears to save the data (and updates the version list) but there is no database update.
Also the property I'm trying to save is a custom one, existing in the PropertyDataCollection Property class type e.g. CurrentPage.Proprety["property"]. However I cannot set this value, as only the get property is accessible.
Is there a way to update the values for this property in the database?
thanks in advance
Efe