Méthode | 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.
|
Méthode | Description | |
---|---|---|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
ShowEdit ( int emailTemplateId ) : void |
Shows the edit.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
public GetBreadCrumbs ( Rock pageReference ) : List |
||
pageReference | Rock | The |
Résultat | List |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected ShowEdit ( int emailTemplateId ) : void | ||
emailTemplateId | int | The email template id. |
Résultat | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |