
Public Attributes | |
| string | SSLOptionChanged |
| used by aspx page to see if SSLOption combo box changes | |
Protected Member Functions | |
| bool | GetAdminCheckedState (object id) |
| Gets whether the admin is checked. | |
| bool | GetAdminEnabledState (object id) |
| Gets whether the checkbox should be enabled for this admin user. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | OnReprovisionStatusButton_Click (object source, EventArgs e) |
| Event handler that gets called when the add admin button is clicked. | |
| void | OnAddButton_Click (object source, EventArgs e) |
| Event handler that gets called when the add admin button is clicked. | |
| void | OnAdminChecked (object source, EventArgs e) |
| Event handler that gets called when the admin checkbox is checked. | |
| void | OnAllAdminsChecked (object source, EventArgs e) |
| Event handler that gets called when the all admins checkbox is checked. | |
| void | OnSyncNowButton_Click (object source, EventArgs e) |
| Event that gets called when the SyncNow button is clicked. | |
| void | OnCancelButton_Click (object source, EventArgs e) |
| Event that gets called when the cancel button is clicked. | |
| void | OnDeleteButton_Click (object source, EventArgs e) |
| Event handler that gets called when the delete admin button is clicked. | |
| void | OnSaveButton_Click (object source, EventArgs e) |
| Event that gets called when the save button is clicked. | |
| void | PageFirstButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageFirstButton is clicked. | |
| void | PagePreviousButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PagePreviousButton is clicked. | |
| void | PageNextButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageNextButton is clicked. | |
| void | PageLastButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageLastButton is clicked. | |
| void | EnableSaveButtons (Object sender, EventArgs e) |
| Enable the save/cancel buttons. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| TextBox | Name |
| iFolder system name control. | |
| HtmlTextArea | Description |
| iFolder system description control. | |
| DropDownList | SSLValue |
| SSL dropdown list . | |
| Button | CancelButton |
| iFolder system cancel button control. | |
| Button | SaveButton |
| iFolder system save button control. | |
| Literal | NumberOfUsers |
| Number of users control. | |
| Literal | NumberOfiFolders |
| Number of ifolders control. | |
| Policy | Policy |
| System policy control. | |
| CheckBox | AllAdminsCheckBox |
| All admins checkbox control. | |
| DataGrid | AdminList |
| Admin list control. | |
| ListFooter | AdminListFooter |
| Admin list footer control. | |
| Button | DeleteButton |
| Delete admin button control. | |
| Button | AddButton |
| Add admin button control. | |
| Button | ReprovisionStatusButton |
| Reprovision State admin button control. | |
| string | currentServerURL |
| Current server URL. | |
| bool Novell::iFolderWeb::Admin::SystemInfo::GetAdminCheckedState | ( | object | id | ) | [inline, protected] |
Gets whether the admin is checked.
| id |
| bool Novell::iFolderWeb::Admin::SystemInfo::GetAdminEnabledState | ( | object | id | ) | [inline, protected] |
Gets whether the checkbox should be enabled for this admin user.
| id |
| string Novell::iFolderWeb::Admin::SystemInfo::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key |
| void Novell::iFolderWeb::Admin::SystemInfo::OnReprovisionStatusButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the add admin button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::OnAddButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the add admin button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::OnAdminChecked | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the admin checkbox is checked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::OnAllAdminsChecked | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the all admins checkbox is checked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::OnSyncNowButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the SyncNow button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::OnCancelButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the cancel button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::OnDeleteButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the delete admin button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::OnSaveButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the save button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::PageFirstButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageFirstButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::PagePreviousButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PagePreviousButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::PageNextButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageNextButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::PageLastButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageLastButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::SystemInfo::EnableSaveButtons | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Enable the save/cancel buttons.
| sender | ||
| e |
| override void Novell::iFolderWeb::Admin::SystemInfo::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Top navigation panel control.
TextBox Novell::iFolderWeb::Admin::SystemInfo::Name [protected] |
iFolder system name control.
HtmlTextArea Novell::iFolderWeb::Admin::SystemInfo::Description [protected] |
iFolder system description control.
DropDownList Novell::iFolderWeb::Admin::SystemInfo::SSLValue [protected] |
SSL dropdown list .
Button Novell::iFolderWeb::Admin::SystemInfo::CancelButton [protected] |
iFolder system cancel button control.
Button Novell::iFolderWeb::Admin::SystemInfo::SaveButton [protected] |
iFolder system save button control.
Literal Novell::iFolderWeb::Admin::SystemInfo::NumberOfUsers [protected] |
Number of users control.
Literal Novell::iFolderWeb::Admin::SystemInfo::NumberOfiFolders [protected] |
Number of ifolders control.
Policy Novell::iFolderWeb::Admin::SystemInfo::Policy [protected] |
System policy control.
CheckBox Novell::iFolderWeb::Admin::SystemInfo::AllAdminsCheckBox [protected] |
All admins checkbox control.
DataGrid Novell::iFolderWeb::Admin::SystemInfo::AdminList [protected] |
Admin list control.
Admin list footer control.
Button Novell::iFolderWeb::Admin::SystemInfo::DeleteButton [protected] |
Delete admin button control.
Button Novell::iFolderWeb::Admin::SystemInfo::AddButton [protected] |
Add admin button control.
Button Novell::iFolderWeb::Admin::SystemInfo::ReprovisionStatusButton [protected] |
Reprovision State admin button control.
string Novell::iFolderWeb::Admin::SystemInfo::currentServerURL [protected] |
Current server URL.
used by aspx page to see if SSLOption combo box changes
1.5.6