Click or drag to resize
IPrioritizableTryUpdatePriority Method
Updates object priority and returns update result.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
string TryUpdatePriority(
	double newPriority
)

Parameters

newPriority
Type: SystemDouble
New priority

Return Value

Type: String
Update result should contain error message or null if update succeeded.
See Also