Click or drag to resize
GiftCardInfoProviderGetGiftCardInfo Method (String, String)
Returns GiftCardInfo with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static GiftCardInfo GetGiftCardInfo(
	string name,
	string siteName
)

Parameters

name
Type: SystemString
GiftCardInfo name
siteName
Type: SystemString
Site name

Return Value

Type: GiftCardInfo
See Also