Class SiteInformationList
Inheritance
System.Object
SiteInformationList
Assembly: EPiServer.UI.dll
Version: 11.20.7
public class SiteInformationList : SiteInformationBase, ISupportsScriptManager, ISystemMessageSink
Constructors
Declaration
public SiteInformationList()
Fields
Declaration
protected TabStrip actionTab
Field Value
Declaration
protected ToolButton AddSite
Field Value
CloudLicenseInfoText
Declaration
protected Label CloudLicenseInfoText
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Declaration
protected GridView CloudLicenses
Field Value
Type |
Description |
System.Web.UI.WebControls.GridView |
|
Declaration
protected HtmlGenericControl CloudLicensesInfo
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
protected Tab CloudSitesTab
Field Value
Declaration
protected HtmlGenericControl SiteInfo
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Declaration
protected GridView SiteList
Field Value
Type |
Description |
System.Web.UI.WebControls.GridView |
|
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Declaration
protected Tab WebSitesTab
Field Value
Methods
Declaration
protected void ActivateCloudSite_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void AddSite_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void DeactivateCloudSite_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
public string GetChangedFormat(DateTime changed)
Parameters
Type |
Name |
Description |
System.DateTime |
changed |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected string GetServerCount(Uri siteUrl)
Parameters
Type |
Name |
Description |
System.Uri |
siteUrl |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected IEnumerable<Server> GetServers(Uri siteUrl)
Parameters
Type |
Name |
Description |
System.Uri |
siteUrl |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Server> |
|
Declaration
protected string GetServersTooltip(Uri siteUrl)
Parameters
Type |
Name |
Description |
System.Uri |
siteUrl |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Implements
Extension Methods