Refresh Method (CategoryConfiguration)

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 CategoryConfiguration _
)
'Usage
Dim instance As Category
Dim config As CategoryConfiguration

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

Parameters

Remarks

Reloads the product object from the web service or database.

Refreshes with the ActiveLanguage.

Permissions

See Also

Reference

Category Class

Category Members

Refresh Overload

Microsoft.CommerceServer.Catalog Namespace