Click or drag to resize
SKUFileInfoProviderDeleteSKUFileInfo Method (SKUFileInfo)
Deletes specified SKU file.

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

Parameters

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