Public Member Functions | |
| void | GetFileSizePolicy (UserPolicy policy) |
| Gets the file size policy for the current user. | |
| void | GetFileSizePolicy (iFolderPolicy policy) |
| Gets the file size policy for the current ifolder. | |
| void | GetFileSizePolicy (SystemPolicy policy) |
| Gets the file size policy for the system. | |
| void | SetFileSizePolicy (UserPolicy policy) |
| Sets the file size policy for this user. | |
| void | SetFileSizePolicy (iFolderPolicy policy) |
| Sets the file size policy for this ifolder. | |
| void | SetFileSizePolicy (SystemPolicy policy) |
| Sets the file size policy for the system. | |
Protected Member Functions | |
| void | FileSizeCheckChanged (Object sender, EventArgs e) |
| Event handler that gets called when the file size enable checkbox is changed. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | FileSizeChanged (Object sender, EventArgs e) |
| Event handler that gets called when the file size text is changed. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| Label | Title |
| File size policy control. | |
| CheckBox | Enabled |
| File Size policy control. | |
| Label | LimitTag |
| File size policy control. | |
| TextBox | LimitValue |
| File Size policy control. | |
| Label | EffectiveTag |
| File size effective label control. | |
| Label | EffectiveValue |
| File size effective display control. | |
| Label | EffectiveUnits |
| File size effective display control. | |
Events | |
| EventHandler | LimitChanged = null |
| Event that notifies consumer that the file size limit has changed. | |
| void Novell::iFolderWeb::Admin::FileSizeFilter::FileSizeCheckChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the file size enable checkbox is changed.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::FileSizeFilter::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::FileSizeFilter::FileSizeChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the file size text is changed.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::FileSizeFilter::GetFileSizePolicy | ( | UserPolicy | policy | ) | [inline] |
Gets the file size policy for the current user.
| policy | User policy |
| void Novell::iFolderWeb::Admin::FileSizeFilter::GetFileSizePolicy | ( | iFolderPolicy | policy | ) | [inline] |
Gets the file size policy for the current ifolder.
| policy | iFolder policy |
| void Novell::iFolderWeb::Admin::FileSizeFilter::GetFileSizePolicy | ( | SystemPolicy | policy | ) | [inline] |
Gets the file size policy for the system.
| policy | System policy |
| void Novell::iFolderWeb::Admin::FileSizeFilter::SetFileSizePolicy | ( | UserPolicy | policy | ) | [inline] |
Sets the file size policy for this user.
| policy | User policy that the new file size filter will be set. |
| void Novell::iFolderWeb::Admin::FileSizeFilter::SetFileSizePolicy | ( | iFolderPolicy | policy | ) | [inline] |
Sets the file size policy for this ifolder.
| policy | iFolder policy that the new file size filter will be set. |
| void Novell::iFolderWeb::Admin::FileSizeFilter::SetFileSizePolicy | ( | SystemPolicy | policy | ) | [inline] |
Sets the file size policy for the system.
| policy | System policy that the new file size filter will be set. |
| override void Novell::iFolderWeb::Admin::FileSizeFilter::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Label Novell::iFolderWeb::Admin::FileSizeFilter::Title [protected] |
File size policy control.
CheckBox Novell::iFolderWeb::Admin::FileSizeFilter::Enabled [protected] |
File Size policy control.
Label Novell::iFolderWeb::Admin::FileSizeFilter::LimitTag [protected] |
File size policy control.
TextBox Novell::iFolderWeb::Admin::FileSizeFilter::LimitValue [protected] |
File Size policy control.
Label Novell::iFolderWeb::Admin::FileSizeFilter::EffectiveTag [protected] |
File size effective label control.
Label Novell::iFolderWeb::Admin::FileSizeFilter::EffectiveValue [protected] |
File size effective display control.
Label Novell::iFolderWeb::Admin::FileSizeFilter::EffectiveUnits [protected] |
File size effective display control.
| EventHandler Novell::iFolderWeb::Admin::FileSizeFilter::LimitChanged = null |
Event that notifies consumer that the file size limit has changed.
1.5.6