| PermissionNode Constructor (String, String, Boolean) |
Namespace:
Dynamicweb.Management.Common
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax protected PermissionNode(
string path,
string area,
bool usePath
)
Protected Sub New (
path As String,
area As String,
usePath As Boolean
)
Parameters
- path
- Type: SystemString
- area
- Type: SystemString
- usePath
- Type: SystemBoolean
See Also