
Static Public Member Functions | |
| static string | FormatInputString (String InputString, int InsertIndex) |
Protected Member Functions | |
| void | AlliFolders_Clicked (Object sender, EventArgs e) |
| Event handler that gets called when the all ifolders tab is clicked. | |
| string | GetiFolderImage (object disabled, object shared, object encrypted) |
| Gets the image representing the iFolder type. | |
| bool | GetMemberCheckedState (Object iFolderID) |
| 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 sender, EventArgs e) |
| Event handler that gets called when the check all iFolders checkbox is selected. | |
| void | OnCreateiFolder (object source, EventArgs e) |
| Event handler that gets called when the create ifolder button is clicked. | |
| void | OnDeleteiFolder (object source, EventArgs e) |
| Event handler that gets called when the delete ifolder button is clicked. | |
| void | OnDisableiFolder (object source, EventArgs e) |
| Event handler that gets called when the disable ifolder button is clicked. | |
| void | OnEnableiFolder (object source, EventArgs e) |
| Event handler that gets called when the enable ifolder button is clicked. | |
| void | OniFolderChecked (object source, EventArgs e) |
| Event handler that gets called when an ifolder is checked. | |
| void | OwnediFolders_Clicked (Object sender, EventArgs e) |
| Event handler that gets called when the owned ifolders tab 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. | |
| void | SharediFolders_Clicked (Object sender, EventArgs e) |
| Event handler that gets called when the shared ifolders tab is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| Literal | UserName |
| User detail controls. | |
| Literal | FullName |
| User detail controls. | |
| Literal | MemberType |
| User detail controls. | |
| Literal | MembersTag |
| User detail controls. | |
| Literal | MembersList |
| User detail controls. | |
| Literal | LdapContext |
| User detail controls. | |
| Literal | LastLogin |
| User detail controls. | |
| Policy | Policy |
| iFolder user policy control. | |
| DataGrid | iFolderList |
| iFolder list controls. | |
| ListFooter | iFolderListFooter |
| iFolder list footer control. | |
| LinkButton | AlliFoldersLink |
| iFolder list view tab controls. | |
| LinkButton | OwnediFoldersLink |
| iFolder list view tab controls. | |
| LinkButton | SharediFoldersLink |
| iFolder list view tab controls. | |
| HtmlGenericControl | CurrentTab |
| iFolder list view tab controls. | |
| Button | DisableiFolderButton |
| iFolder delete button control. | |
| Button | EnableiFolderButton |
| iFolder enable button control. | |
| CheckBox | AlliFoldersCheckBox |
| iFolder create button control. | |
| string | currentServerURL |
| Server URL for logged in user. | |
| bool | reachable = true |
| bool showing server reachable state | |
| void Novell::iFolderWeb::Admin::Details::AlliFolders_Clicked | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the all ifolders tab is clicked.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::Details::GetiFolderImage | ( | object | disabled, | |
| object | shared, | |||
| object | encrypted | |||
| ) | [inline, protected] |
Gets the image representing the iFolder type.
| disabled | ||
| shared |
| bool Novell::iFolderWeb::Admin::Details::GetMemberCheckedState | ( | Object | iFolderID | ) | [inline, protected] |
Returns the checked state for the specified member.
| iFolderID | ID of the ifolder |
| string Novell::iFolderWeb::Admin::Details::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::Details::GetiFolderUrl | ( | Object | reach, | |
| Object | iFolderID | |||
| ) | [inline, protected] |
Gets the navigation url for the ifolder if the iFolder is reachable.
| ownerID | The ID of the ifolder. |
| string Novell::iFolderWeb::Admin::Details::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::Details::OnAlliFoldersChecked | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the check all iFolders checkbox is selected.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Details::OnCreateiFolder | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the create ifolder button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::OnDeleteiFolder | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the delete ifolder button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::OnDisableiFolder | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the disable ifolder button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::OnEnableiFolder | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the enable ifolder button is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::OniFolderChecked | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when an ifolder is checked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::OwnediFolders_Clicked | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the owned ifolders tab is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::Details::PageFirstButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageFirstButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::PagePreviousButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PagePreviousButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::PageNextButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageNextButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::PageLastButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageLastButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::Details::SharediFolders_Clicked | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the shared ifolders tab is clicked.
| sender | ||
| e |
| override void Novell::iFolderWeb::Admin::Details::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
| static string Novell::iFolderWeb::Admin::Details::FormatInputString | ( | String | InputString, | |
| int | InsertIndex | |||
| ) | [inline, static] |
Function called to format the input String by keeping newline after every 80 character.
| InputString |
Top navigation panel control.
Literal Novell::iFolderWeb::Admin::Details::UserName [protected] |
User detail controls.
Literal Novell::iFolderWeb::Admin::Details::FullName [protected] |
User detail controls.
Literal Novell::iFolderWeb::Admin::Details::MemberType [protected] |
User detail controls.
Literal Novell::iFolderWeb::Admin::Details::MembersTag [protected] |
User detail controls.
Literal Novell::iFolderWeb::Admin::Details::MembersList [protected] |
User detail controls.
Literal Novell::iFolderWeb::Admin::Details::LdapContext [protected] |
User detail controls.
Literal Novell::iFolderWeb::Admin::Details::LastLogin [protected] |
User detail controls.
Policy Novell::iFolderWeb::Admin::Details::Policy [protected] |
iFolder user policy control.
DataGrid Novell::iFolderWeb::Admin::Details::iFolderList [protected] |
iFolder list controls.
iFolder list footer control.
LinkButton Novell::iFolderWeb::Admin::Details::AlliFoldersLink [protected] |
iFolder list view tab controls.
LinkButton Novell::iFolderWeb::Admin::Details::OwnediFoldersLink [protected] |
iFolder list view tab controls.
LinkButton Novell::iFolderWeb::Admin::Details::SharediFoldersLink [protected] |
iFolder list view tab controls.
HtmlGenericControl Novell::iFolderWeb::Admin::Details::CurrentTab [protected] |
iFolder list view tab controls.
Button Novell::iFolderWeb::Admin::Details::DisableiFolderButton [protected] |
iFolder delete button control.
iFolder disable button control.
Button Novell::iFolderWeb::Admin::Details::EnableiFolderButton [protected] |
iFolder enable button control.
CheckBox Novell::iFolderWeb::Admin::Details::AlliFoldersCheckBox [protected] |
iFolder create button control.
All checked ifolders control.
string Novell::iFolderWeb::Admin::Details::currentServerURL [protected] |
Server URL for logged in user.
bool Novell::iFolderWeb::Admin::Details::reachable = true [protected] |
bool showing server reachable state
1.5.6