IPrioritizableTryUpdatePriority Method |
Updates object priority and returns update result.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax string TryUpdatePriority(
double newPriority
)
Parameters
- newPriority
- Type: SystemDouble
New priority
Return Value
Type:
StringUpdate result should contain error message or null if update succeeded.
See Also