Share via


OrderTemplate.Save (String) Method (BCL)

Use this method to persist the state of the OrderTemplate object with the specified template name to the underlying stores.

Definition

[Visual Basic .NET]

Public Sub Save( _ByValorderTemplateName As System.String _
) 

[C#]

public void Save(System.StringorderTemplateName);

Parameters

[Visual Basic .NET]

  • orderTemplateName
    Name of the OrderTemplate.

[C#]

  • orderTemplateName
    Name of the OrderTemplate.

Remarks

This method wraps the SaveAsTemplate method on the Microsoft.CommerceServer.Interop.OrderGroup type.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.