Gets or sets the URL for the icon file that is displayed for the given ModuleAction.

Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Icon { get; set; }
Visual Basic
Public Property Icon As String
	Get
	Set

Field Value

The URL for the icon that is displayed with the module action.

Remarks

The URL for the icon is a simple string and is not checked for formatting.

See Also