C# Class RockWeb.Blocks.Groups.GroupSearch

Inheritance: Rock.Web.UI.RockBlock
Exibir arquivo Open project: NewPointe/Rockit

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

Private Methods

Method Description
BindGrid ( ) : void
ParentStructure ( Group group, List parentIds = null ) : string

Method Details

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void