Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DigitalDelivery Namespace / ISerialKeyProvider Interface / ReturnSerialKey Method / ReturnSerialKey(String,OrderItemDigitalGood) Method
The key to return
OrderItemDigitalGood the returned key is associated to
In This Topic
    ReturnSerialKey(String,OrderItemDigitalGood) Method
    In This Topic
    Returns a serial key back to the provider store
    Syntax
    void ReturnSerialKey( 
       string keyData,
       OrderItemDigitalGood oidg
    )

    Parameters

    keyData
    The key to return
    oidg
    OrderItemDigitalGood the returned key is associated to
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also