Inheritance
System.Object
ContentTypeMenuList
Assembly: EPiServer.UI.dll
Version: 11.20.7
public class ContentTypeMenuList : ContentBaseUserControl
Constructors
Declaration
public ContentTypeMenuList()
Fields
Declaration
protected Repeater ContentTypeList
Field Value
Type |
Description |
System.Web.UI.WebControls.Repeater |
|
Declaration
protected PlaceHolder ContentTypeSorting
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
Declaration
protected PlaceHolder NoContentTypesInfo
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
Declaration
protected Translate Translate2
Field Value
Declaration
protected HtmlGenericControl UnorderedList
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
Properties
Declaration
public IList<ContentType> ContentTypes { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<ContentType> |
|
Declaration
public string HeaderText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Order { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
protected string GetContentTypeName(object type)
Parameters
Type |
Name |
Description |
System.Object |
type |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected string GetImageThemeUrl(string image)
Parameters
Type |
Name |
Description |
System.String |
image |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected string GetWarningCssClass(object item)
Parameters
Type |
Name |
Description |
System.Object |
item |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Extension Methods