
Public Types | |
| enum | Share |
| sharing information in enum More... | |
Protected Member Functions | |
| void | AddiFolderMembers (Object sender, EventArgs e) |
| Event handler that gets called when the add member button is clicked. | |
| void | AllMembersChecked (object sender, EventArgs e) |
| Event handler that gets called when the check all members checkbox is selected. | |
| void | ChangeMemberRights (object sender, EventArgs e) |
| Event handler that gets called when the set rights button is clicked. | |
| void | ChangeOwner (object sender, EventArgs e) |
| Event handler that gets called when the change owner button is clicked. | |
| void | DeleteiFolderMembers (Object sender, EventArgs e) |
| Event handler that gets called when the delete member button is clicked. | |
| void | DescriptionChanged (object sender, EventArgs e) |
| Event handler that gets called when the description text changes. | |
| string | GetiFolderName () |
| Gets the iFolder display name. | |
| bool | GetMemberCheckedState (Object memberID) |
| Returns the checked state for the specified member. | |
| string | GetString (string key) |
| Get a Localized String. | |
| string | GetUserImage (Object isOwner) |
| Gets the image url based on whether the member is an owner. | |
| void | MemberChecked (object source, EventArgs e) |
| Event handler that gets called when an ifolder member is checked. | |
| 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 | SaveDescription (object sender, EventArgs e) |
| Event handler that gets called when the Description button is clicked. | |
| void | AdoptOrphanediFolder (object sender, EventArgs e) |
| Event handler that gets called when the Adopt button is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit(). | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| MemberSearch | MemberSearch |
| Web Controls. | |
| Literal | Name |
| Controls used to display and edit iFolder information. | |
| TextBox | Description |
| Controls used to display and edit iFolder information. | |
| Button | DescriptionButton |
| Control used to save the changed description. | |
| Table | iFolderInfoTable |
| Controls used to display and edit iFolder information. | |
| HyperLink | Owner |
| Controls used to display and edit iFolder information. | |
| Literal | LastModified |
| Controls used to display and edit iFolder information. | |
| Literal | Size |
| Controls used to display and edit iFolder information. | |
| Literal | Directories |
| Controls used to display and edit iFolder information. | |
| Literal | Files |
| Controls used to display and edit iFolder information. | |
| Literal | Orphan |
| Controls used to display and edit iFolder information. | |
| Button | AdoptButton |
| Control used to adopt the orphaned ifolders. | |
| Literal | UnManagedPath |
| Controls used to display and edit iFolder information. | |
| DataGrid | iFolderMemberList |
| Control used to display iFolder members. | |
| ListFooter | iFolderMemberListFooter |
| Control that implements the paging of the member list. | |
| Button | MemberDeleteButton |
| Control that deletes all checked members. | |
| Button | MemberAddButton |
| Control that adds members to the ifolder. | |
| DropDownList | MemberRightsList |
| Control that sets the rights for members. | |
| Button | MemberRightsButton |
| Control that applies the membership changes. | |
| Button | MemberOwnerButton |
| Control that applies ifolder owner changes. | |
| Policy | Policy |
| iFolder user policy control. | |
| Literal | ServerName |
| Display the Server Name, the ifolder belongs. | |
sharing information in enum
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::AddiFolderMembers | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the add member button is clicked.
| sender | ||
| e |
First check whether policy allows this iFolder to share itself or not
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::AllMembersChecked | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the check all members checkbox is selected.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::ChangeMemberRights | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the set rights button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::ChangeOwner | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the change owner button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::DeleteiFolderMembers | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the delete member button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::DescriptionChanged | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the description text changes.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::iFolderDetailsPage::GetiFolderName | ( | ) | [inline, protected] |
Gets the iFolder display name.
| bool Novell::iFolderWeb::Admin::iFolderDetailsPage::GetMemberCheckedState | ( | Object | memberID | ) | [inline, protected] |
Returns the checked state for the specified member.
| memberID | ID of the member |
| string Novell::iFolderWeb::Admin::iFolderDetailsPage::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| string Novell::iFolderWeb::Admin::iFolderDetailsPage::GetUserImage | ( | Object | isOwner | ) | [inline, protected] |
Gets the image url based on whether the member is an owner.
| isOwner |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::MemberChecked | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when an ifolder member is checked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::PageFirstButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageFirstButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::PagePreviousButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PagePreviousButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::PageNextButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageNextButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::PageLastButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageLastButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::SaveDescription | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the Description button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::iFolderDetailsPage::AdoptOrphanediFolder | ( | object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the Adopt button is clicked.
| sender | ||
| e |
| override void Novell::iFolderWeb::Admin::iFolderDetailsPage::OnInit | ( | EventArgs | e | ) | [inline, protected] |
Top navigation panel control.
Web Controls.
Literal Novell::iFolderWeb::Admin::iFolderDetailsPage::Name [protected] |
Controls used to display and edit iFolder information.
TextBox Novell::iFolderWeb::Admin::iFolderDetailsPage::Description [protected] |
Controls used to display and edit iFolder information.
Button Novell::iFolderWeb::Admin::iFolderDetailsPage::DescriptionButton [protected] |
Control used to save the changed description.
Table Novell::iFolderWeb::Admin::iFolderDetailsPage::iFolderInfoTable [protected] |
Controls used to display and edit iFolder information.
HyperLink Novell::iFolderWeb::Admin::iFolderDetailsPage::Owner [protected] |
Controls used to display and edit iFolder information.
Literal Novell::iFolderWeb::Admin::iFolderDetailsPage::LastModified [protected] |
Controls used to display and edit iFolder information.
Literal Novell::iFolderWeb::Admin::iFolderDetailsPage::Size [protected] |
Controls used to display and edit iFolder information.
Literal Novell::iFolderWeb::Admin::iFolderDetailsPage::Directories [protected] |
Controls used to display and edit iFolder information.
Literal Novell::iFolderWeb::Admin::iFolderDetailsPage::Files [protected] |
Controls used to display and edit iFolder information.
Literal Novell::iFolderWeb::Admin::iFolderDetailsPage::Orphan [protected] |
Controls used to display and edit iFolder information.
Button Novell::iFolderWeb::Admin::iFolderDetailsPage::AdoptButton [protected] |
Control used to adopt the orphaned ifolders.
Literal Novell::iFolderWeb::Admin::iFolderDetailsPage::UnManagedPath [protected] |
Controls used to display and edit iFolder information.
DataGrid Novell::iFolderWeb::Admin::iFolderDetailsPage::iFolderMemberList [protected] |
Control used to display iFolder members.
Control that implements the paging of the member list.
Button Novell::iFolderWeb::Admin::iFolderDetailsPage::MemberDeleteButton [protected] |
Control that deletes all checked members.
Button Novell::iFolderWeb::Admin::iFolderDetailsPage::MemberAddButton [protected] |
Control that adds members to the ifolder.
DropDownList Novell::iFolderWeb::Admin::iFolderDetailsPage::MemberRightsList [protected] |
Control that sets the rights for members.
Button Novell::iFolderWeb::Admin::iFolderDetailsPage::MemberRightsButton [protected] |
Control that applies the membership changes.
Button Novell::iFolderWeb::Admin::iFolderDetailsPage::MemberOwnerButton [protected] |
Control that applies ifolder owner changes.
iFolder user policy control.
Literal Novell::iFolderWeb::Admin::iFolderDetailsPage::ServerName [protected] |
Display the Server Name, the ifolder belongs.
1.5.6