Public Member Functions | |
| void | GetiFolderEnabledPolicy (iFolderPolicy policy) |
| Gets the ifolder enabled policy for the current ifolder. | |
| void | GetiFolderEnabledPolicy (SystemPolicy policy) |
| Gets the ifolder enabled policy for the system. | |
| void | GetiFolderEnabledPolicy (UserPolicy policy) |
| Gets the ifolder enabled policy for the current user. | |
| void | SetiFolderEnabledPolicy (iFolderPolicy policy) |
| Sets the ifolder enabled policy for the ifolder. | |
Protected Member Functions | |
| void | iFolderCheckChanged (Object sender, EventArgs e) |
| Event handler that gets called when the ifolder disable checkbox is changed. | |
| string | GetString (string key) |
| Get a Localized String. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| HtmlGenericControl | iFolderEnabledNav |
| iFolder enabled policy controls. | |
| Label | Title |
| iFolder enabled policy controls. | |
| CheckBox | Enabled |
| iFolder enabled policy controls. | |
| Label | DisabledTag |
| iFolder enabled policy controls. | |
Events | |
| EventHandler | CheckChanged = null |
| Event that notifies consumer that the checkbox has changed. | |
| void Novell::iFolderWeb::Admin::iFolderEnabled::iFolderCheckChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the ifolder disable checkbox is changed.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::iFolderEnabled::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::iFolderEnabled::GetiFolderEnabledPolicy | ( | iFolderPolicy | policy | ) | [inline] |
Gets the ifolder enabled policy for the current ifolder.
| policy | iFolder policy object |
| void Novell::iFolderWeb::Admin::iFolderEnabled::GetiFolderEnabledPolicy | ( | SystemPolicy | policy | ) | [inline] |
Gets the ifolder enabled policy for the system.
| policy | System policy object |
| void Novell::iFolderWeb::Admin::iFolderEnabled::GetiFolderEnabledPolicy | ( | UserPolicy | policy | ) | [inline] |
Gets the ifolder enabled policy for the current user.
| policy | User policy object |
| void Novell::iFolderWeb::Admin::iFolderEnabled::SetiFolderEnabledPolicy | ( | iFolderPolicy | policy | ) | [inline] |
Sets the ifolder enabled policy for the ifolder.
| policy | iFolder policy where the synchronization information will be set. |
| override void Novell::iFolderWeb::Admin::iFolderEnabled::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
HtmlGenericControl Novell::iFolderWeb::Admin::iFolderEnabled::iFolderEnabledNav [protected] |
iFolder enabled policy controls.
Label Novell::iFolderWeb::Admin::iFolderEnabled::Title [protected] |
iFolder enabled policy controls.
CheckBox Novell::iFolderWeb::Admin::iFolderEnabled::Enabled [protected] |
iFolder enabled policy controls.
Label Novell::iFolderWeb::Admin::iFolderEnabled::DisabledTag [protected] |
iFolder enabled policy controls.
| EventHandler Novell::iFolderWeb::Admin::iFolderEnabled::CheckChanged = null |
Event that notifies consumer that the checkbox has changed.
1.5.6