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
- config
Type: Microsoft.CommerceServer.Catalog..::.ProductConfiguration
A new configuration for the object when refreshing it.
Remarks
Refresh the Product. Ensures that the cache is coherent with the current design-time view properties.
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.