Click or drag to resize

UserActionNode Constructor

Initializes a new instance of the UserActionNode class.

Namespace:  Dynamicweb.Management.Users.Nodes
Assembly:  Dynamicweb.Management.Users (in Dynamicweb.Management.Users.dll) Version: 3.2.10
Syntax
public UserActionNode(
	string id,
	string title,
	KnownIcon icon
)

Parameters

id
Type: SystemString
The identifier.
title
Type: SystemString
The title.
icon
Type: Dynamicweb.Core.UI.IconsKnownIcon
See Also