Try our conversational search powered by Generative AI!

Class SiteInformationList

Inheritance
System.Object
SiteInformationList
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class SiteInformationList : SiteInformationBase, ISupportsScriptManager, ISystemMessageSink

Constructors

SiteInformationList()

Declaration
public SiteInformationList()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

AddSite

Declaration
protected ToolButton AddSite
Field Value
Type Description
ToolButton

CloudLicenseInfoText

Declaration
protected Label CloudLicenseInfoText
Field Value
Type Description
System.Web.UI.WebControls.Label

CloudLicenses

Declaration
protected GridView CloudLicenses
Field Value
Type Description
System.Web.UI.WebControls.GridView

CloudLicensesInfo

Declaration
protected HtmlGenericControl CloudLicensesInfo
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

CloudSitesTab

Declaration
protected Tab CloudSitesTab
Field Value
Type Description
Tab

SiteInfo

Declaration
protected HtmlGenericControl SiteInfo
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlGenericControl

SiteList

Declaration
protected GridView SiteList
Field Value
Type Description
System.Web.UI.WebControls.GridView

tabView

Declaration
protected Panel tabView
Field Value
Type Description
System.Web.UI.WebControls.Panel

WebSitesTab

Declaration
protected Tab WebSitesTab
Field Value
Type Description
Tab

Methods

ActivateCloudSite_Click(Object, EventArgs)

Declaration
protected void ActivateCloudSite_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

AddSite_Click(Object, EventArgs)

Declaration
protected void AddSite_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

DeactivateCloudSite_Click(Object, EventArgs)

Declaration
protected void DeactivateCloudSite_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

GetChangedFormat(DateTime)

Declaration
public string GetChangedFormat(DateTime changed)
Parameters
Type Name Description
System.DateTime changed
Returns
Type Description
System.String

GetServerCount(Uri)

Declaration
protected string GetServerCount(Uri siteUrl)
Parameters
Type Name Description
System.Uri siteUrl
Returns
Type Description
System.String

GetServers(Uri)

Declaration
protected IEnumerable<Server> GetServers(Uri siteUrl)
Parameters
Type Name Description
System.Uri siteUrl
Returns
Type Description
System.Collections.Generic.IEnumerable<Server>

GetServersTooltip(Uri)

Declaration
protected string GetServersTooltip(Uri siteUrl)
Parameters
Type Name Description
System.Uri siteUrl
Returns
Type Description
System.String

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Implements

Extension Methods