IHostManagementViewsShowRecodeLogistic Method

Shows the screen to recode the logistics of an item.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowRecodeLogistic(
	string productCode = null,
	ProductLogistic currentLogistic = null,
	ProductLogistic newLogistic = null
)

Parameters

productCode  String  (Optional)
Product code.
currentLogistic  ProductLogistic  (Optional)
ProductLogistic with the current Logistics.
newLogistic  ProductLogistic  (Optional)
ProductLogistic with the new logistics.

See Also