Click or drag to resize
CMSPagePersistentEditedObject Property
Special property allowing to treat edited object as non-static property Usable when you need to store information about edited object and then after post back reload it based on id and object type

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public Object PersistentEditedObject { get; set; }

Property Value

Type: Object
See Also