IconController provides all operation to icons.

Namespace: DotNetNuke.Entities.Icons
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class IconController
Visual Basic
Public Class IconController

Remarks

Tab is equal to page in DotNetNuke. Tabs will be a sitemap for a poatal, and every request at first need to check whether there is valid tab information include in the url, if not it will use default tab to display information.

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities.Icons..::..IconController

See Also