GiftCardInfoProviderGetRunningGiftCardsInternal Method |
Gets running gift cards on given sites in defined time.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual ObjectQuery<GiftCardInfo> GetRunningGiftCardsInternal(
SiteInfoIdentifier site,
DateTime date
)
Parameters
- site
- Type: CMS.DataEngineSiteInfoIdentifier
Site to get active gift cards for - date
- Type: SystemDateTime
Time when gift card should be active
Return Value
Type:
ObjectQueryGiftCardInfoSee Also