SaaS CMS has officially launched! Learn more now.

Class UIDescriptor<T>

Generic version of ui descriptor to simplify setup.

Inheritance
System.Object
UIDescriptor<T>
Namespace: EPiServer.Shell
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
public class UIDescriptor<T> : UIDescriptor
Type Parameters
Name Description
T

Constructors

UIDescriptor()

Initializes a new instance of the UIDescriptor<T> class.

Declaration
protected UIDescriptor()

UIDescriptor(String)

Initializes a new instance of the UIDescriptor<T> class.

Declaration
protected UIDescriptor(string iconClass)
Parameters
Type Name Description
System.String iconClass

Represents CSS class name which will be used to display an icon for the type.

Extension Methods