Save Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Saves the changes made to this catalog object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Overridable Sub Save
'Usage
Dim instance As CatalogObject
instance.Save()
public virtual void Save()
public:
virtual void Save()
public function Save()
Remarks
This will save any changes to the object, including relationships and associations, as well as the item information dataset and other details such as rank associated ranks.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.