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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public Object PersistentEditedObject { get; set; }
Property Value
Type:
ObjectSee Also