Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / Order Class / Save Method / Save(Boolean) Method
If true, triggers events associated with recalculated payment events. This parameter only matters if recalculate is true.
In This Topic
    Save(Boolean) Method
    In This Topic
    Save this order to database
    Syntax
    [Obsolete("Specify both triggerPaymentEvents and recalculate parameters.")]
    public virtual void Save( 
       bool triggerPaymentEvents
    )

    Parameters

    triggerPaymentEvents
    If true, triggers events associated with recalculated payment events. This parameter only matters if recalculate is true.
    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