Click or drag to resize

IconAttribute Constructor (String, String)

Note: This API is now obsolete.

Initializes a new instance of the IconAttribute class

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute]
public IconAttribute(
	string icon,
	string largeIcon
)

Parameters

icon
Type: SystemString
largeIcon
Type: SystemString
See Also