| IconAttribute Constructor (String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute]
public IconAttribute(
string icon,
string largeIcon
)
<ObsoleteAttribute>
Public Sub New (
icon As String,
largeIcon As String
)
Parameters
- icon
- Type: SystemString
- largeIcon
- Type: SystemString
See Also