Click or drag to resize

PermissionNode Constructor (String, String, Boolean)

Initializes a new instance of the PermissionNode class

Namespace:  Dynamicweb.Management.Common
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
protected PermissionNode(
	string path,
	string area,
	bool usePath
)

Parameters

path
Type: SystemString
area
Type: SystemString
usePath
Type: SystemBoolean
See Also