Freigeben über


Save Method (Boolean)

Saves the changes made to this product object.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Overrides Sub Save ( _
    bypassConcurrencyCheck As Boolean _
)
'Usage
Dim instance As Product
Dim bypassConcurrencyCheck As Boolean

instance.Save(bypassConcurrencyCheck)
public override void Save(
    bool bypassConcurrencyCheck
)
public:
virtual void Save(
    bool bypassConcurrencyCheck
) override
public override function Save(
    bypassConcurrencyCheck : boolean
)

Parameters

Remarks

If the product has changes the changes are saved and the product is initialized. If the forceUpdate parameter is false and the product has been updated by another user then this method will throw an OptimisticLockException exception.

Permissions

See Also

Reference

Product Class

Product Members

Save Overload

Microsoft.CommerceServer.Catalog Namespace