Click or drag to resize

UserPermission.SetDefinedRights Method (Guid, List<DefinedRight>, 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: System.Guid
newRights
Type: System.Collections.Generic.List<DefinedRight>
deleteExistingRights
Type: System.Boolean

Return Value

Type: Boolean
See Also