Click or drag to resize
DiscountInfoTryUpdatePriority Method
Updates discount priority.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public string TryUpdatePriority(
	double priority
)

Parameters

priority
Type: SystemDouble
New priority

Return Value

Type: String
Error message (null if succeeded)

Implements

IPrioritizableTryUpdatePriority(Double)
See Also