
Protected Member Functions | |
| void | OnPathChecked (object source, EventArgs e) |
| Event handler that gets called when the path check box is checked. | |
| bool | GetMemberCheckedState (Object name) |
| Returns the checked state for the specified member. | |
| bool | IsPathEnabled (object name) |
| Gets whether the path should be able to be checked. | |
| void | DownloadFile (string url, string fileName) |
| void | DownloadLogFile (string fileName) |
| void | LogLevelButtonClicked (object sender, EventArgs e) |
| Event handler that gets called when the ViewLog Button is clicked. | |
| void | OnSaveServerDetailsButton_Click (object source, EventArgs e) |
| Event that gets called when the save button for server details is clicked. | |
| void | OnCancelServerDetailsButton_Click (object source, EventArgs e) |
| Event that gets called when the save button for server details is clicked. | |
| void | OnSaveLdapDetailsButton_Click (object source, EventArgs e) |
| Event that gets called when the save button for ldap details is clicked. | |
| void | OnCancelLdapDetailsButton_Click (object source, EventArgs e) |
| Event that gets called when the save button for ldap details is clicked. | |
| void | OnLdapEditButton_Click (object source, EventArgs e) |
| Event that gets called when the save button is clicked. ... currently this is called as Edit button. | |
| void | OnSyncNowButton_Click (object source, EventArgs e) |
| Event that gets called when the SyncNow button is clicked. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | OnAllDataPathChecked (object source, EventArgs e) |
| Event handler that gets called when the check all Datapath checkbox is selected. | |
| void | OnAddButton_Click (object source, EventArgs e) |
| Event handler that gets called when the Add DataPath button is clicked. | |
| void | OnDisableButton_Click (object source, EventArgs e) |
| Event handler that gets called with the disable datapath button is clicked. | |
| void | OnDeleteButton_Click (object source, EventArgs e) |
| Event handler that gets called with the delete datapath button is clicked. | |
| void | OnEnableButton_Click (object source, EventArgs e) |
| Event handler that gets called with the enable datapath 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 | ViewReportFile (object sender, EventArgs e) |
| Event handler that gets called when the ViewReport Button is clicked. | |
| void | ViewLogFile (object sender, EventArgs e) |
| Event handler that gets called when the ViewLog Button is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| CheckBox | AllDataPathCheckBox |
| Control that checks or unchecks all of the ifolders in the current view. | |
| DataGrid | DataPaths |
| Web controls. | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| Literal | Name |
| Server name control. | |
| Literal | Type |
| Server type control. | |
| Literal | DnsName |
| Server dns name control. | |
| Literal | MasterUri |
| Server dns name control. | |
| TextBox | PublicIP |
| Server public ip address control. | |
| TextBox | PrivateIP |
| Server private ip address control. | |
| TextBox | MasterIP |
| Server private ip address control. | |
| Literal | Status |
| Server status control. | |
| Literal | UserCount |
| Server provisioned user count control. | |
| Literal | iFolderCount |
| Server ifolder count control. | |
| Literal | LoggedOnUsersCount |
| Server logged on user count control. | |
| Literal | SessionCount |
| Server session count control. | |
| Literal | DiskSpaceUsed |
| Server disk space used control. | |
| Literal | DiskSpaceAvailable |
| Server disk space available control. | |
| Literal | LdapStatus |
| Server ldap status control. | |
| Literal | MaxConnectionCount |
| Server maximum connection count control. | |
| Button | DisableButton |
| Disable datapath button control. | |
| Button | DeleteButton |
| Delete datapath button control. | |
| Button | EnableButton |
| Enable datapath button control. | |
| Button | AddButton |
| Create datapath button control. | |
| TextBox | LdapServer |
| LDAP Server name. | |
| Literal | LdapCycles |
| LDAP Cycles. | |
| Literal | LdapUpSince |
| Server maximum connection count control. | |
| TextBox | LdapProxyUser |
| LDAP Proxy User. | |
| TextBox | LdapProxyUserPwd |
| LDAP Proxy User. | |
| Literal | LdapSsl |
| LDAP SSL. | |
| HtmlTextArea | LdapSearchContext |
| External Identity Sync Interval. | |
| TextBox | LdapDeleteGraceInterval |
| Member Delete Grace Interval. | |
| TextBox | IDSyncInterval |
| Member Delete Grace Interval. | |
| DropDownList | LdapSslList |
| Log list control. | |
| Button | SyncNowButton |
| External Identity Sync Now Button. | |
| Button | CancelServerDetailsButton |
| Server Details cancel button control. | |
| Button | SaveServerDetailsButton |
| ServerDetails save button control. | |
| Button | CancelLdapDetailsButton |
| Ldap Details cancel button control. | |
| Button | SaveLdapDetailsButton |
| ServerDetails save button control. | |
| Button | LdapEditButton |
| LDAP save button control. | |
| DropDownList | ReportList |
| Report list control. | |
| Button | ViewReportButton |
| Report file view button control. | |
| DropDownList | LogList |
| Log list control. | |
| TextBox | LogText |
| Log text control. | |
| Button | ViewLogButton |
| Log file view button control. | |
| Label | LogLevelLabel |
| Log level label control. | |
| Label | LogLabel |
| Log level label control. | |
| DropDownList | LogLevelList |
| Log level list control. | |
| Button | LogLevelButton |
| Log level button control. | |
| string | redirectUrl |
| Log level button control. | |
| ListFooter | DataPathsFooter |
| Web controls. | |
| string | currentServerURL |
| Logged in Server URL. | |
| bool | serverStatus = false |
| Server online status. | |
| void Novell::iFolderWeb::Admin::ServerDetails::OnPathChecked | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the path check box is checked.
| source | ||
| e |
| bool Novell::iFolderWeb::Admin::ServerDetails::GetMemberCheckedState | ( | Object | name | ) | [inline, protected] |
Returns the checked state for the specified member.
| name | name of the datapath |
| bool Novell::iFolderWeb::Admin::ServerDetails::IsPathEnabled | ( | object | name | ) | [inline, protected] |
Gets whether the path should be able to be checked.
| path |
| void Novell::iFolderWeb::Admin::ServerDetails::DownloadFile | ( | string | url, | |
| string | fileName | |||
| ) | [inline, protected] |
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::DownloadLogFile | ( | string | fileName | ) | [inline, protected] |
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::LogLevelButtonClicked | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the ViewLog Button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnSaveServerDetailsButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the save button for server details is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnCancelServerDetailsButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the save button for server details is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnSaveLdapDetailsButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the save button for ldap details is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnCancelLdapDetailsButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the save button for ldap details is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnLdapEditButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the save button is clicked. ... currently this is called as Edit button.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnSyncNowButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event that gets called when the SyncNow button is clicked.
| source | ||
| e |
| string Novell::iFolderWeb::Admin::ServerDetails::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key |
| void Novell::iFolderWeb::Admin::ServerDetails::OnAllDataPathChecked | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the check all Datapath checkbox is selected.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnAddButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the Add DataPath button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnDisableButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called with the disable datapath button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnDeleteButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called with the delete datapath button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::OnEnableButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called with the enable datapath button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::PageFirstButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageFirstButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::PagePreviousButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PagePreviousButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::PageNextButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageNextButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::PageLastButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageLastButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::ViewReportFile | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the ViewReport Button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::ServerDetails::ViewLogFile | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the ViewLog Button is clicked.
| sender | ||
| e |
| override void Novell::iFolderWeb::Admin::ServerDetails::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
CheckBox Novell::iFolderWeb::Admin::ServerDetails::AllDataPathCheckBox [protected] |
Control that checks or unchecks all of the ifolders in the current view.
DataGrid Novell::iFolderWeb::Admin::ServerDetails::DataPaths [protected] |
Web controls.
^M
Top navigation panel control.
Literal Novell::iFolderWeb::Admin::ServerDetails::Name [protected] |
Server name control.
Literal Novell::iFolderWeb::Admin::ServerDetails::Type [protected] |
Server type control.
Literal Novell::iFolderWeb::Admin::ServerDetails::DnsName [protected] |
Server dns name control.
Literal Novell::iFolderWeb::Admin::ServerDetails::MasterUri [protected] |
Server dns name control.
TextBox Novell::iFolderWeb::Admin::ServerDetails::PublicIP [protected] |
Server public ip address control.
TextBox Novell::iFolderWeb::Admin::ServerDetails::PrivateIP [protected] |
Server private ip address control.
TextBox Novell::iFolderWeb::Admin::ServerDetails::MasterIP [protected] |
Server private ip address control.
Literal Novell::iFolderWeb::Admin::ServerDetails::Status [protected] |
Server status control.
Literal Novell::iFolderWeb::Admin::ServerDetails::UserCount [protected] |
Server provisioned user count control.
Literal Novell::iFolderWeb::Admin::ServerDetails::iFolderCount [protected] |
Server ifolder count control.
Literal Novell::iFolderWeb::Admin::ServerDetails::LoggedOnUsersCount [protected] |
Server logged on user count control.
Literal Novell::iFolderWeb::Admin::ServerDetails::SessionCount [protected] |
Server session count control.
Literal Novell::iFolderWeb::Admin::ServerDetails::DiskSpaceUsed [protected] |
Server disk space used control.
Literal Novell::iFolderWeb::Admin::ServerDetails::DiskSpaceAvailable [protected] |
Server disk space available control.
Literal Novell::iFolderWeb::Admin::ServerDetails::LdapStatus [protected] |
Server ldap status control.
Literal Novell::iFolderWeb::Admin::ServerDetails::MaxConnectionCount [protected] |
Server maximum connection count control.
Button Novell::iFolderWeb::Admin::ServerDetails::DisableButton [protected] |
Disable datapath button control.
Button Novell::iFolderWeb::Admin::ServerDetails::DeleteButton [protected] |
Delete datapath button control.
Button Novell::iFolderWeb::Admin::ServerDetails::EnableButton [protected] |
Enable datapath button control.
Button Novell::iFolderWeb::Admin::ServerDetails::AddButton [protected] |
Create datapath button control.
TextBox Novell::iFolderWeb::Admin::ServerDetails::LdapServer [protected] |
LDAP Server name.
Literal Novell::iFolderWeb::Admin::ServerDetails::LdapCycles [protected] |
LDAP Cycles.
Literal Novell::iFolderWeb::Admin::ServerDetails::LdapUpSince [protected] |
Server maximum connection count control.
TextBox Novell::iFolderWeb::Admin::ServerDetails::LdapProxyUser [protected] |
LDAP Proxy User.
TextBox Novell::iFolderWeb::Admin::ServerDetails::LdapProxyUserPwd [protected] |
LDAP Proxy User.
Literal Novell::iFolderWeb::Admin::ServerDetails::LdapSsl [protected] |
LDAP SSL.
HtmlTextArea Novell::iFolderWeb::Admin::ServerDetails::LdapSearchContext [protected] |
External Identity Sync Interval.
TextBox Novell::iFolderWeb::Admin::ServerDetails::LdapDeleteGraceInterval [protected] |
Member Delete Grace Interval.
TextBox Novell::iFolderWeb::Admin::ServerDetails::IDSyncInterval [protected] |
Member Delete Grace Interval.
DropDownList Novell::iFolderWeb::Admin::ServerDetails::LdapSslList [protected] |
Log list control.
Button Novell::iFolderWeb::Admin::ServerDetails::SyncNowButton [protected] |
External Identity Sync Now Button.
Button Novell::iFolderWeb::Admin::ServerDetails::CancelServerDetailsButton [protected] |
Button Novell::iFolderWeb::Admin::ServerDetails::SaveServerDetailsButton [protected] |
ServerDetails save button control.
Button Novell::iFolderWeb::Admin::ServerDetails::CancelLdapDetailsButton [protected] |
Ldap Details cancel button control.
Button Novell::iFolderWeb::Admin::ServerDetails::SaveLdapDetailsButton [protected] |
ServerDetails save button control.
Button Novell::iFolderWeb::Admin::ServerDetails::LdapEditButton [protected] |
LDAP save button control.
DropDownList Novell::iFolderWeb::Admin::ServerDetails::ReportList [protected] |
Report list control.
Button Novell::iFolderWeb::Admin::ServerDetails::ViewReportButton [protected] |
Report file view button control.
DropDownList Novell::iFolderWeb::Admin::ServerDetails::LogList [protected] |
Log list control.
TextBox Novell::iFolderWeb::Admin::ServerDetails::LogText [protected] |
Log text control.
Button Novell::iFolderWeb::Admin::ServerDetails::ViewLogButton [protected] |
Log file view button control.
Label Novell::iFolderWeb::Admin::ServerDetails::LogLevelLabel [protected] |
Log level label control.
Label Novell::iFolderWeb::Admin::ServerDetails::LogLabel [protected] |
Log level label control.
DropDownList Novell::iFolderWeb::Admin::ServerDetails::LogLevelList [protected] |
Log level list control.
Button Novell::iFolderWeb::Admin::ServerDetails::LogLevelButton [protected] |
Log level button control.
string Novell::iFolderWeb::Admin::ServerDetails::redirectUrl [protected] |
Log level button control.
Web controls.
string Novell::iFolderWeb::Admin::ServerDetails::currentServerURL [protected] |
Logged in Server URL.
bool Novell::iFolderWeb::Admin::ServerDetails::serverStatus = false [protected] |
Server online status.
1.5.6