Click or drag to resize
BrandInfoProviderGetBrandInfo Method (Int32)
Returns BrandInfo with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static BrandInfo GetBrandInfo(
	int id
)

Parameters

id
Type: SystemInt32
BrandInfo ID.

Return Value

Type: BrandInfo
See Also