C# Class Rock.Web.UI.RockPageMod

Summary description for RockPageMod
Inheritance: Rock.Web.UI.RockPage
Afficher le fichier Open project: NewPointe/Rockit

Méthodes protégées

Méthode Description
LoadPageStateFromPersistenceMedium ( ) : object
SavePageStateToPersistenceMedium ( object state ) : void

Private Methods

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

Method Details

LoadPageStateFromPersistenceMedium() protected méthode

protected LoadPageStateFromPersistenceMedium ( ) : object
Résultat object

SavePageStateToPersistenceMedium() protected méthode

protected SavePageStateToPersistenceMedium ( object state ) : void
state object
Résultat void