Try our conversational search powered by Generative AI!

Class ContentTypeMenuList

Inheritance
System.Object
ContentTypeMenuList
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ContentTypeMenuList : ContentBaseUserControl

Constructors

ContentTypeMenuList()

Declaration
public ContentTypeMenuList()

Fields

ContentTypeList

Declaration
protected Repeater ContentTypeList
Field Value
Type Description
System.Web.UI.WebControls.Repeater

ContentTypeSorting

Declaration
protected PlaceHolder ContentTypeSorting
Field Value
Type Description
System.Web.UI.WebControls.PlaceHolder

NoContentTypesInfo

Declaration
protected PlaceHolder NoContentTypesInfo
Field Value
Type Description
System.Web.UI.WebControls.PlaceHolder

Translate2

Declaration
protected Translate Translate2
Field Value
Type Description
Translate

UnorderedList

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

Properties

ContentTypes

Declaration
public IList<ContentType> ContentTypes { get; }
Property Value
Type Description
System.Collections.Generic.IList<ContentType>

HeaderText

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

Order

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32

Methods

GetContentTypeName(Object)

Declaration
protected string GetContentTypeName(object type)
Parameters
Type Name Description
System.Object type
Returns
Type Description
System.String

GetImageThemeUrl(String)

Declaration
protected string GetImageThemeUrl(string image)
Parameters
Type Name Description
System.String image
Returns
Type Description
System.String

GetWarningCssClass(Object)

Declaration
protected string GetWarningCssClass(object item)
Parameters
Type Name Description
System.Object item
Returns
Type Description
System.String

OnLoad(EventArgs)

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

Extension Methods