Click or drag to resize
TaxClassInfoProviderCopyFromGlobalInternal Method
Copies site-specific tax class options from global tax class list.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void CopyFromGlobalInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Id of the site for which new tax classes are to be created
See Also