Click or drag to resize
GiftCardInfoProviderGetGiftCards Method
Returns a query for all the GiftCardInfo objects.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<GiftCardInfo> GetGiftCards()

Return Value

Type: ObjectQueryGiftCardInfo
See Also