
Protected Member Functions | |
| void | AlliFolders_Clicked (Object sender, EventArgs e) |
| Event handler that gets called when the all ifolders tab is clicked. | |
| void | OrphanediFolders_Clicked (Object sender, EventArgs e) |
| Event handler that gets called when the orphaned ifolders tab is clicked. | |
| string | GetiFolderImage (object disabled, object shared, object encrypted) |
| Gets the image representing the iFolder type. | |
| bool | GetMemberCheckedState (Object id) |
| Returns the checked state for the specified member. | |
| string | GetOwnerUrl (Object ownerID) |
| Gets the navigation url for the owner of the ifolder if the owner is not the current user. | |
| string | GetiFolderUrl (Object reach, Object iFolderID) |
| Gets the navigation url for the ifolder if the iFolder is reachable. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | OnAlliFoldersChecked (object source, EventArgs e) |
| Event handler that gets called when the check all iFolders checkbox is selected. | |
| void | OnCreateButton_Click (object source, EventArgs e) |
| Event handler that gets called with the create ifolder button is clicked. | |
| void | OnDeleteButton_Click (object source, EventArgs e) |
| Event handler that gets called with the delete ifolder button is clicked. | |
| void | OnDisableButton_Click (object source, EventArgs e) |
| Event handler that gets called with the disable ifolder button is clicked. | |
| void | OnEnableButton_Click (object source, EventArgs e) |
| Event handler that gets called with the enable ifolder button is clicked. | |
| void | OniFolderChecked (object source, EventArgs e) |
| Event handler that gets called when an ifolder is checked. | |
| void | OnSearchButton_Click (object source, EventArgs e) |
| Event handler that gets called when the ifolder search button is clicked. | |
| void | PageFirstButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageFirstButton is clicked. | |
| void | PagePreviousButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PagePreviousButton is clicked. | |
| void | PageNextButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageNextButton is clicked. | |
| void | PageLastButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PageLastButton is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| CheckBox | AlliFoldersCheckBox |
| Control that checks or unchecks all of the ifolders in the current view. | |
| DataGrid | iFolderList |
| iFolder list controls. | |
| ListFooter | iFolderListFooter |
| iFolder list footer control. | |
| iFolderSearch | iFolderSearch |
| Web Controls. | |
| Button | DeleteButton |
| Delete ifolder button control. | |
| Button | DisableButton |
| Disable ifolder button control. | |
| Button | EnableButton |
| Enable ifolder button control. | |
| LinkButton | AlliFoldersLink |
| Create ifolder button control. | |
| LinkButton | OrphanediFoldersLink |
| iFolder list view tab controls. | |
| HtmlGenericControl | CurrentTab |
| iFolder list view tab controls. | |
| string | currentServerURL |
| Server URL for logged in User. | |
| void Novell::iFolderWeb::Admin::iFolders::AlliFolders_Clicked | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the all ifolders tab is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::OrphanediFolders_Clicked | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the orphaned ifolders tab is clicked.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::iFolders::GetiFolderImage | ( | object | disabled, | |
| object | shared, | |||
| object | encrypted | |||
| ) | [inline, protected] |
Gets the image representing the iFolder type.
| disabled | ||
| shared |
| bool Novell::iFolderWeb::Admin::iFolders::GetMemberCheckedState | ( | Object | id | ) | [inline, protected] |
Returns the checked state for the specified member.
| id | ID of the ifolder |
| string Novell::iFolderWeb::Admin::iFolders::GetOwnerUrl | ( | Object | ownerID | ) | [inline, protected] |
Gets the navigation url for the owner of the ifolder if the owner is not the current user.
| ownerID | The ID of the owner of the ifolder. |
| string Novell::iFolderWeb::Admin::iFolders::GetiFolderUrl | ( | Object | reach, | |
| Object | iFolderID | |||
| ) | [inline, protected] |
Gets the navigation url for the ifolder if the iFolder is reachable.
| ownerID | The ID of the owner of the ifolder. |
| string Novell::iFolderWeb::Admin::iFolders::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key |
| void Novell::iFolderWeb::Admin::iFolders::OnAlliFoldersChecked | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the check all iFolders checkbox is selected.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::OnCreateButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called with the create ifolder button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::OnDeleteButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called with the delete ifolder button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::OnDisableButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called with the disable ifolder button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::OnEnableButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called with the enable ifolder button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::OniFolderChecked | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when an ifolder is checked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::OnSearchButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the ifolder search button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::PageFirstButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageFirstButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::PagePreviousButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PagePreviousButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::PageNextButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageNextButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolders::PageLastButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageLastButton is clicked.
| source | ||
| e |
| override void Novell::iFolderWeb::Admin::iFolders::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Top navigation panel control.
CheckBox Novell::iFolderWeb::Admin::iFolders::AlliFoldersCheckBox [protected] |
Control that checks or unchecks all of the ifolders in the current view.
DataGrid Novell::iFolderWeb::Admin::iFolders::iFolderList [protected] |
iFolder list controls.
iFolder list footer control.
Web Controls.
Button Novell::iFolderWeb::Admin::iFolders::DeleteButton [protected] |
Delete ifolder button control.
Button Novell::iFolderWeb::Admin::iFolders::DisableButton [protected] |
Disable ifolder button control.
Button Novell::iFolderWeb::Admin::iFolders::EnableButton [protected] |
Enable ifolder button control.
LinkButton Novell::iFolderWeb::Admin::iFolders::AlliFoldersLink [protected] |
Create ifolder button control.
iFolder list view tab controls.
LinkButton Novell::iFolderWeb::Admin::iFolders::OrphanediFoldersLink [protected] |
iFolder list view tab controls.
HtmlGenericControl Novell::iFolderWeb::Admin::iFolders::CurrentTab [protected] |
iFolder list view tab controls.
string Novell::iFolderWeb::Admin::iFolders::currentServerURL [protected] |
Server URL for logged in User.
1.5.6