Click or drag to resize

EcommercePermissionHelperGetPermission Method (String, String, Boolean)

Namespace:  Dynamicweb.Ecommerce.UserPermissions
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static PermissionLevel GetPermission(
	string id,
	string objectType,
	bool checkNoPermissions = false
)

Parameters

id
Type: SystemString
objectType
Type: SystemString
checkNoPermissions (Optional)
Type: SystemBoolean

Return Value

Type: PermissionLevel
See Also