Click or drag to resize
SKUFileInfoProviderSetSKUFileInfo Method
Sets (updates or inserts) specified SKU file.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetSKUFileInfo(
	SKUFileInfo fileObj
)

Parameters

fileObj
Type: CMS.EcommerceSKUFileInfo
Sku file to be set.
See Also