Click or drag to resize
IconParameters Class
Container class used in situations when you need to display icon (document type, mime type, ...) and it is possible to display it as image or font icon based on data and circumstances.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIIconParameters

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class IconParameters

The IconParameters type exposes the following members.

Constructors
  NameDescription
Public methodIconParameters
Top
Properties
  NameDescription
Public propertyIconClass
Font icon CSS class.
Public propertyIconSize
Font icon size.
Public propertyUrl
Image URL.
Top
See Also