
Public Member Functions | |
| delegate void | PolicyErrorHandler (object source, PolicyErrorArgs e) |
| Delegate to use to handle policy errors. | |
| void | GetiFolderPolicies () |
| Gets the ifolder policies. | |
| void | GetSystemPolicies () |
| Gets the system policies. | |
| bool | GetUserPolicies () |
| Gets the user policies. | |
Public Attributes | |
| Button | PolicyApplyButton |
| Policy buttons that submit or cancel policy changes. | |
Protected Member Functions | |
| void | ApplyiFolderPolicy (Object sender, EventArgs e) |
| Event handler that gets called when the apply policy button for an ifolder is clicked. | |
| void | ApplySystemPolicy (Object sender, EventArgs e) |
| Event handler that gets called when the apply policy button for an system policy is clicked. | |
| void | ApplyUserPolicy (Object sender, EventArgs e) |
| Event handler that gets called when the apply policy button for an ifolder user is clicked. | |
| void | CanceliFolderPolicy (Object sender, EventArgs e) |
| Event handler that gets called when the cancel policy button for an ifolder is clicked. | |
| void | CancelSystemPolicy (Object sender, EventArgs e) |
| Event handler that gets called when the cancel policy button for a system policy is clicked. | |
| void | CancelUserPolicy (Object sender, EventArgs e) |
| Event handler that gets called when the cancel policy button for a ifolder user is clicked. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | PolicyChanged (Object sender, EventArgs e) |
| Event handler that gets called when any of the policies change. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| AccountEnabled | AccountEnabled |
| Account enabled control. | |
| iFolderEnabled | iFolderEnabled |
| iFolder enabled control. | |
| iFolderLimit | iFolderLimit |
| iFolder limit control. | |
| DiskSpaceQuota | DiskQuota |
| Disk quota control. | |
| FileSizeFilter | FileSize |
| File size filter control. | |
| FileTypeFilter | FileType |
| File type filter control. | |
| SyncInterval | SyncInterval |
| Sync interval control. | |
| Sharing | Sharing |
| Disable sharing policy. | |
| Button | PolicyCancelButton |
| Policy buttons that submit or cancel policy changes. | |
| string | currentURL |
| Incoming URL. | |
Events | |
| PolicyErrorHandler | PolicyError = null |
| Event that notifies consumer that an policy error occurred. | |
| delegate void Novell::iFolderWeb::Admin::Policy::PolicyErrorHandler | ( | object | source, | |
| PolicyErrorArgs | e | |||
| ) |
Delegate to use to handle policy errors.
| void Novell::iFolderWeb::Admin::Policy::ApplyiFolderPolicy | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the apply policy button for an ifolder is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Policy::ApplySystemPolicy | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the apply policy button for an system policy is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Policy::ApplyUserPolicy | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the apply policy button for an ifolder user is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Policy::CanceliFolderPolicy | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the cancel policy button for an ifolder is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Policy::CancelSystemPolicy | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the cancel policy button for a system policy is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Policy::CancelUserPolicy | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the cancel policy button for a ifolder user is clicked.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::Policy::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::Policy::PolicyChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when any of the policies change.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Policy::GetiFolderPolicies | ( | ) | [inline] |
Gets the ifolder policies.
| void Novell::iFolderWeb::Admin::Policy::GetSystemPolicies | ( | ) | [inline] |
Gets the system policies.
| bool Novell::iFolderWeb::Admin::Policy::GetUserPolicies | ( | ) | [inline] |
Gets the user policies.
| override void Novell::iFolderWeb::Admin::Policy::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Account enabled control.
iFolder enabled control.
iFolder limit control.
Disk quota control.
File size filter control.
File type filter control.
Sync interval control.
Sharing Novell::iFolderWeb::Admin::Policy::Sharing [protected] |
Disable sharing policy.
Policy buttons that submit or cancel policy changes.
Button Novell::iFolderWeb::Admin::Policy::PolicyCancelButton [protected] |
Policy buttons that submit or cancel policy changes.
string Novell::iFolderWeb::Admin::Policy::currentURL [protected] |
Incoming URL.
| PolicyErrorHandler Novell::iFolderWeb::Admin::Policy::PolicyError = null |
Event that notifies consumer that an policy error occurred.
1.5.6