Click or drag to resize
GiftCardInfoProviderDeleteGiftCardInfo Method (Int32)
Deletes GiftCardInfo with specified ID.

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

Parameters

id
Type: SystemInt32
GiftCardInfo ID
See Also