Click or drag to resize
CouponCodeCollectionDeserialize Method
Returns a new instance of CouponCodeCollection deserialized from given string.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public static CouponCodeCollection Deserialize(
	string serialized
)

Parameters

serialized
Type: SystemString

Return Value

Type: CouponCodeCollection
See Also