Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxRule Class / AppliesToUser Method
The user to check
Version
AppliesToUser Method
Determines whether the tax rule applies to the user based on group filter
Syntax
public virtual bool AppliesToUser( 
   User user
)

Parameters

user
The user to check

Return Value

True if the tax rule meets the group filter requirement, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also