Public Member Functions | |
| void | AddHelpLink (string PageName) |
| Adds the page name to the help link. | |
Protected Member Functions | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | OnLogoutButton_Click (object source, EventArgs e) |
| Event handler that gets called when the LogoutButton is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| Label | LoggedInAs |
| Logged in as label control. | |
| Label | LoggedInName |
| Logged in name label control. | |
| HyperLink | HelpButton |
| Anchor controls. | |
| LinkButton | LogoutButton |
| Logout button control. | |
| string Novell::iFolderWeb::Admin::Footer::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::Footer::OnLogoutButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the LogoutButton is clicked.
| source | ||
| e |
| override void Novell::iFolderWeb::Admin::Footer::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
| void Novell::iFolderWeb::Admin::Footer::AddHelpLink | ( | string | PageName | ) | [inline] |
Adds the page name to the help link.
| PageName |
Label Novell::iFolderWeb::Admin::Footer::LoggedInAs [protected] |
Logged in as label control.
Label Novell::iFolderWeb::Admin::Footer::LoggedInName [protected] |
Logged in name label control.
HyperLink Novell::iFolderWeb::Admin::Footer::HelpButton [protected] |
Anchor controls.
LinkButton Novell::iFolderWeb::Admin::Footer::LogoutButton [protected] |
Logout button control.
1.5.6