Public Member Functions | |
| void | GetiFolderLimitPolicy (UserPolicy policy) |
| Gets the iFolderLimit policy for the current user. | |
| void | GetiFolderLimitPolicy (SystemPolicy policy) |
| Gets the iFolderLimit policy for the system. | |
| void | SetiFolderLimitPolicy (UserPolicy policy) |
| Sets the iFolderLimit policy for this user. | |
| void | SetiFolderLimitPolicy (SystemPolicy policy) |
| Sets the iFolderLimite policy for the system. | |
| void | GetiFolderLimitPolicy (iFolderPolicy policy) |
| Gets the ifolder Limit policy for the current ifolder. | |
Protected Member Functions | |
| void | iFolderLimitChanged (Object sender, EventArgs e) |
| Event handler that gets called when the iFolderLimit text is changed. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | LimitCheckChanged (Object sender, EventArgs e) |
| Event handler that gets called when the limit enable checkbox is changed. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| HtmlGenericControl | iFolderLimitNav |
| iFolder Limit policy controls. | |
| Label | Title |
| Control that contains the title for the page. | |
| CheckBox | Enabled |
| iFolderLimit policy controls. | |
| Label | LimitTag |
| Control that contains the limit tag. | |
| TextBox | LimitValue |
| Control that contains the limit value. | |
Events | |
| EventHandler | LimitChanged = null |
| Event that notifies consumer that the disk quota limit has changed. | |
| void Novell::iFolderWeb::Admin::iFolderLimit::iFolderLimitChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
| string Novell::iFolderWeb::Admin::iFolderLimit::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::iFolderLimit::LimitCheckChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the limit enable checkbox is changed.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderLimit::GetiFolderLimitPolicy | ( | UserPolicy | policy | ) | [inline] |
| void Novell::iFolderWeb::Admin::iFolderLimit::GetiFolderLimitPolicy | ( | SystemPolicy | policy | ) | [inline] |
| void Novell::iFolderWeb::Admin::iFolderLimit::SetiFolderLimitPolicy | ( | UserPolicy | policy | ) | [inline] |
Sets the iFolderLimit policy for this user.
| policy | User policy that the new iFolderLimit will be set. |
| void Novell::iFolderWeb::Admin::iFolderLimit::SetiFolderLimitPolicy | ( | SystemPolicy | policy | ) | [inline] |
Sets the iFolderLimite policy for the system.
| policy | System policy that the iFolderLimit will be set. |
| void Novell::iFolderWeb::Admin::iFolderLimit::GetiFolderLimitPolicy | ( | iFolderPolicy | policy | ) | [inline] |
Gets the ifolder Limit policy for the current ifolder.
| policy | iFolder policy object |
| override void Novell::iFolderWeb::Admin::iFolderLimit::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
HtmlGenericControl Novell::iFolderWeb::Admin::iFolderLimit::iFolderLimitNav [protected] |
iFolder Limit policy controls.
Label Novell::iFolderWeb::Admin::iFolderLimit::Title [protected] |
Control that contains the title for the page.
CheckBox Novell::iFolderWeb::Admin::iFolderLimit::Enabled [protected] |
iFolderLimit policy controls.
Label Novell::iFolderWeb::Admin::iFolderLimit::LimitTag [protected] |
Control that contains the limit tag.
TextBox Novell::iFolderWeb::Admin::iFolderLimit::LimitValue [protected] |
Control that contains the limit value.
| EventHandler Novell::iFolderWeb::Admin::iFolderLimit::LimitChanged = null |
Event that notifies consumer that the disk quota limit has changed.
1.5.6