Click or drag to resize
ICodeUniquenessCheckerIsUnique Method
Returns true if given code is unique, false otherwise.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
bool IsUnique(
	string code
)

Parameters

code
Type: SystemString

Return Value

Type: Boolean
See Also