Share via


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
ms988323.pubmethod(en-US,CS.70).gif Save()()() Saves the changes made to this catalog object. (Inherited from CatalogObject.)
ms988323.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

StaticCategory Class

StaticCategory Members

Microsoft.CommerceServer.Catalog Namespace