IProductManagerPrioritizeProducts Method |
[This is preliminary documentation and is subject to change.]
Sets the priority on a set of products
Namespace: Netadmin.Management.OrderAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid PrioritizeProducts(
IReadOnlyDictionary<long, int> productPriorities
)
Sub PrioritizeProducts (
productPriorities As IReadOnlyDictionary(Of Long, Integer)
)
Parameters
- productPriorities
- Type: System.Collections.GenericIReadOnlyDictionaryInt64, Int32
[Missing <param name="productPriorities"/> documentation for "M:Netadmin.Management.Order.IProductManager.PrioritizeProducts(System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Int32})"]
See Also