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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual SKUFileInfo GetSKUFileInfoInternal(
	int fileId
)

Parameters

fileId
Type: SystemInt32
Sku file ID.

Return Value

Type: SKUFileInfo
See Also