Click or drag to resize

PermissionControlledObject Constructor (String, String, IPermissionControlled)

Initializes a new instance of the PermissionControlledObject class

Namespace:  Dynamicweb.Security.Permissions
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public PermissionControlledObject(
	string key,
	string name,
	IPermissionControlled parent
)

Parameters

key
Type: SystemString
name
Type: SystemString
parent
Type: Dynamicweb.Security.PermissionsIPermissionControlled
See Also