Freigeben über


Refresh Method (ProductConfiguration)

Reload the object from the web service or database.

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

Syntax

'Declaration
Public Sub Refresh ( _
    config As ProductConfiguration _
)
'Usage
Dim instance As Product
Dim config As ProductConfiguration

instance.Refresh(config)
public void Refresh(
    ProductConfiguration config
)
public:
void Refresh(
    ProductConfiguration^ config
)
public function Refresh(
    config : ProductConfiguration
)

Parameters

Remarks

Refresh the Product. Ensures that the cache is coherent with the current design-time view properties.

Permissions

See Also

Reference

Product Class

Product Members

Refresh Overload

Microsoft.CommerceServer.Catalog Namespace