Click or drag to resize

EcommercePermissionHelperGetPermission Method (String, String, User, Boolean)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.UserPermissions
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use 'GetPermission(IPermissionControlled, User,Boolean)' instead")]
public static PermissionLevel GetPermission(
	string id,
	string objectType,
	User user,
	bool checkNoPermissions = false
)

Parameters

id
Type: SystemString
objectType
Type: SystemString
user
Type: Dynamicweb.Security.UserManagementUser
checkNoPermissions (Optional)
Type: SystemBoolean

Return Value

Type: PermissionLevel
See Also