Table of Contents

Class ModuleIconAttribute

Namespace
Dynamicweb.Modules.Annotations
Assembly
Dynamicweb.dll

Provides information about the module icon.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ModuleIconAttribute : Attribute
Inheritance
ModuleIconAttribute
Inherited Members

Constructors

ModuleIconAttribute(KnownIcon)

Initializes a new instance of the ModuleIconAttribute class.

public ModuleIconAttribute(KnownIcon knownIcon)

Parameters

knownIcon KnownIcon

A KnownIcon.

ModuleIconAttribute(string)

Initializes a new instance of the ModuleIconAttribute class.

public ModuleIconAttribute(string iconName)

Parameters

iconName string

Name of the icon.

Properties

IconName

Gets or sets the name of the icon.

public KnownIcon IconName { get; set; }

Property Value

KnownIcon

A value of the KnownIcon.

See Also

To top