Save Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Persists any changes made to the StaticCategory.
Overload List
Name | Description | |
---|---|---|
Save()()() | Saves the changes made to this catalog object. (Inherited from CatalogObject.) | |
Save(Boolean) | Persists any changes made to the StaticCategory. (Overrides CatalogObject..::.Save(Boolean).) |
Top
Remarks
This method should be called to save any changes made to this instance of the property object to the catalog system. If bypassConcurrencyCheck is true and the property has been updated by another user then this method will throw an exception. You should get the StaticCategory object again, apply the changes to the new object and then save the changes.