Click or drag to resize
IProductManagerPrioritizeProducts Method

[This is preliminary documentation and is subject to change.]

Sets the priority on a set of products

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void PrioritizeProducts(
	IReadOnlyDictionary<long, int> productPriorities
)

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