Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderItem Class / GenerateSubscriptions Method / GenerateSubscriptions(Boolean) Method
Indicates whether to activate the subscription.
In This Topic
    GenerateSubscriptions(Boolean) Method
    In This Topic
    Generates the subscriptions associated with this order item.
    Syntax
    public virtual List<Subscription> GenerateSubscriptions( 
       bool activate
    )

    Parameters

    activate
    Indicates whether to activate the subscription.

    Return Value

    An array of subscriptions created for the order
    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