Click or drag to resize

UserPermissionSetDefinedRights Method (Guid, ListDefinedRight, Boolean)

Namespace:  Dynamicweb.Ecommerce.UserPermissions
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static bool SetDefinedRights(
	Guid userPermissionTypeGuid,
	List<DefinedRight> newRights,
	bool deleteExistingRights
)

Parameters

userPermissionTypeGuid
Type: SystemGuid
newRights
Type: System.Collections.GenericListDefinedRight
deleteExistingRights
Type: SystemBoolean

Return Value

Type: Boolean
See Also