Click or drag to resize
IPrioritizable Interface
Interface providing access to priority of object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public interface IPrioritizable

The IPrioritizable type exposes the following members.

Properties
  NameDescription
Public propertyPriority
Object priority.
Top
Methods
  NameDescription
Public methodTryUpdatePriority
Updates object priority and returns update result.
Top
See Also