Click or drag to resize
SKUFileInfoProviderGetSKUFileInfo Method
Returns SKU file with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static SKUFileInfo GetSKUFileInfo(
	int fileId
)

Parameters

fileId
Type: SystemInt32
Sku file ID.

Return Value

Type: SKUFileInfo
See Also