Click or drag to resize
IProductInformationPluginGetAdditionalInformation Method

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

Retrieve additional data for specified products

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, string> GetAdditionalInformation(
	IEnumerable<IProduct> products
)

Parameters

products
Type: System.Collections.GenericIEnumerableIProduct
The products

Return Value

Type: IReadOnlyDictionaryInt64, String
A dictionary with product id as key and the additional data as value. Does not have to include all input products. Must never be null
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if products is null
See Also