C# Class FLS.Sharepoint.ClientObjectModel.AvailableSiteLists.AvailableSiteListsUserControl

Mostrar archivo Open project: ivankozyrev/fls-internal-portal

Protected Properties

Property Type Description
AuthMessageLabel global::System.Web.UI.WebControls.Label
AvailableListsRpt global::System.Web.UI.WebControls.Repeater
SiteNameLabel global::System.Web.UI.WebControls.Label
siteCollectionTree global::System.Web.UI.WebControls.TreeView

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
SelectedNodeChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetSiteLists ( string siteUrl ) : IEnumerable
ShowLists ( string siteUrl, string siteTitle ) : void
ShowSiteCollection ( IEnumerable sites ) : void
ShowWebCollection ( SPWebCollection collection, Func func, TreeNode rootNode ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SelectedNodeChanged() protected method

protected SelectedNodeChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

AuthMessageLabel protected_oe property

AuthMessageLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label AuthMessageLabel
return global::System.Web.UI.WebControls.Label

AvailableListsRpt protected_oe property

AvailableListsRpt control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater AvailableListsRpt
return global::System.Web.UI.WebControls.Repeater

SiteNameLabel protected_oe property

SiteNameLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SiteNameLabel
return global::System.Web.UI.WebControls.Label

siteCollectionTree protected_oe property

siteCollectionTree control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TreeView siteCollectionTree
return global::System.Web.UI.WebControls.TreeView