SaaS CMS has officially launched! Learn more now.

Class SystemPrefix

Inheritance
System.Object
SystemPrefix
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[CLSCompliant(true)]
public class SystemPrefix : WebControl

Constructors

SystemPrefix()

Declaration
public SystemPrefix()

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Heading

Declaration
public string Heading { get; set; }
Property Value
Type Description
System.String

HeadingImageUrl

Declaration
public string HeadingImageUrl { get; set; }
Property Value
Type Description
System.String

HelpFile

Declaration
public string HelpFile { get; set; }
Property Value
Type Description
System.String

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

MessageStyle

Declaration
public MessageType MessageStyle { get; set; }
Property Value
Type Description
MessageType

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Methods

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter output)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter output

Extension Methods