C# Class Rock.Web.UI.RockPageMod

Summary description for RockPageMod
Inheritance: Rock.Web.UI.RockPage
Show file Open project: NewPointe/Rockit

Protected Methods

Method Description
LoadPageStateFromPersistenceMedium ( ) : object
SavePageStateToPersistenceMedium ( object state ) : void

Private Methods

Method Description
FindControlRecursive ( Control root, string id, int maxDepth = -2 ) : Control
GenerateFileName ( bool save = false ) : string

Method Details

LoadPageStateFromPersistenceMedium() protected method

protected LoadPageStateFromPersistenceMedium ( ) : object
return object

SavePageStateToPersistenceMedium() protected method

protected SavePageStateToPersistenceMedium ( object state ) : void
state object
return void