Method | Description | |
---|---|---|
GetBreadCrumbs ( Rock pageReference ) : List |
Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.
|
Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
lbChannel_Click ( object sender, |
Handles the Click event of the lbChannel control.
|
Method | Description | |
---|---|---|
BindChannels ( ) : void |
Binds the channels.
|
|
GetChannelData ( ) : void |
Gets the channel data.
|
|
LoadChannelControl ( bool setData ) : Rock.Web.UI.Controls.Communication.ChannelControl |
Shows the channel.
|
|
ShowDetail ( string itemKey, int itemKeyValue ) : void |
Shows the detail.
|
public GetBreadCrumbs ( Rock pageReference ) : List |
||
pageReference | Rock | The |
return | List |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbChannel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |