Public Member Functions | |
| void | GetDiskSpacePolicy (UserPolicy policy) |
| Gets the disk quota policy for the current user. | |
| void | GetDiskSpacePolicy (iFolderPolicy policy) |
| Gets the disk quota policy for the current ifolder. | |
| void | GetDiskSpacePolicy (SystemPolicy policy) |
| Gets the disk quota policy for the system. | |
| void | SetDiskSpacePolicy (UserPolicy policy) |
| Sets the disk space policy for this user. | |
| void | SetDiskSpacePolicy (iFolderPolicy policy) |
| Sets the disk space policy for this ifolder. | |
| void | SetDiskSpacePolicy (SystemPolicy policy) |
| Sets the disk space policy for the system. | |
Protected Member Functions | |
| void | DiskSpaceQuotaChanged (Object sender, EventArgs e) |
| Event handler that gets called when the disk space quota text is changed. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | QuotaCheckChanged (Object sender, EventArgs e) |
| Event handler that gets called when the quota enable checkbox is changed. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| Label | Title |
| Control that contains the title for the page. | |
| CheckBox | Enabled |
| Disk Quota policy controls. | |
| Label | LimitTag |
| Control that contains the limit tag. | |
| TextBox | LimitValue |
| Control that contains the limit value. | |
| Label | UsedTag |
| Disk Quota policy controls. | |
| Label | UsedValue |
| Disk Quota policy controls. | |
| Label | UsedUnits |
| Disk Quota policy controls. | |
| Label | AvailableTag |
| Disk Quota policy controls. | |
| Label | AvailableValue |
| Disk Quota policy controls. | |
| Label | AvailableUnits |
| Disk Quota policy controls. | |
| Label | EffectiveTag |
| Disk Quota policy controls. | |
| Label | EffectiveValue |
| Disk Quota policy controls. | |
| Label | EffectiveUnits |
| Disk Quota policy controls. | |
Events | |
| EventHandler | LimitChanged = null |
| Event that notifies consumer that the disk quota limit has changed. | |
| void Novell::iFolderWeb::Admin::DiskSpaceQuota::DiskSpaceQuotaChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the disk space quota text is changed.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::DiskSpaceQuota::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::DiskSpaceQuota::QuotaCheckChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the quota enable checkbox is changed.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::DiskSpaceQuota::GetDiskSpacePolicy | ( | UserPolicy | policy | ) | [inline] |
Gets the disk quota policy for the current user.
| policy | User policy object |
| void Novell::iFolderWeb::Admin::DiskSpaceQuota::GetDiskSpacePolicy | ( | iFolderPolicy | policy | ) | [inline] |
Gets the disk quota policy for the current ifolder.
| policy | iFolder policy object |
| void Novell::iFolderWeb::Admin::DiskSpaceQuota::GetDiskSpacePolicy | ( | SystemPolicy | policy | ) | [inline] |
Gets the disk quota policy for the system.
| policy | System policy object |
| void Novell::iFolderWeb::Admin::DiskSpaceQuota::SetDiskSpacePolicy | ( | UserPolicy | policy | ) | [inline] |
Sets the disk space policy for this user.
| policy | User policy that the new disk space quota will be set. |
| void Novell::iFolderWeb::Admin::DiskSpaceQuota::SetDiskSpacePolicy | ( | iFolderPolicy | policy | ) | [inline] |
Sets the disk space policy for this ifolder.
| policy | iFolder policy that the new disk space quota will be set. |
| void Novell::iFolderWeb::Admin::DiskSpaceQuota::SetDiskSpacePolicy | ( | SystemPolicy | policy | ) | [inline] |
Sets the disk space policy for the system.
| policy | System policy that the new disk space quota will be set. |
| override void Novell::iFolderWeb::Admin::DiskSpaceQuota::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::Title [protected] |
Control that contains the title for the page.
CheckBox Novell::iFolderWeb::Admin::DiskSpaceQuota::Enabled [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::LimitTag [protected] |
Control that contains the limit tag.
TextBox Novell::iFolderWeb::Admin::DiskSpaceQuota::LimitValue [protected] |
Control that contains the limit value.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::UsedTag [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::UsedValue [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::UsedUnits [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::AvailableTag [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::AvailableValue [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::AvailableUnits [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::EffectiveTag [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::EffectiveValue [protected] |
Disk Quota policy controls.
Label Novell::iFolderWeb::Admin::DiskSpaceQuota::EffectiveUnits [protected] |
Disk Quota policy controls.
| EventHandler Novell::iFolderWeb::Admin::DiskSpaceQuota::LimitChanged = null |
Event that notifies consumer that the disk quota limit has changed.
1.5.6