Click or drag to resize
CodeUniquenessChecker Constructor
Creates a new instance of CodeUniquenessChecker.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public CodeUniquenessChecker(
	IEnumerable<string> existingCodes
)

Parameters

existingCodes
Type: System.Collections.GenericIEnumerableString
See Also