Click or drag to resize
GiftCardInfoProviderGetGiftCardInfo Method (Int32)
Returns GiftCardInfo with specified ID.

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

Parameters

id
Type: SystemInt32
GiftCardInfo ID

Return Value

Type: GiftCardInfo
See Also