Share via


Refresh Method (CategoryConfiguration, Boolean)

Reload the object from the web service or database. Reload only the specified properties.

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

Syntax

'Declaration
Public Sub Refresh ( _
    config As CategoryConfiguration, _
    incrementalRefresh As Boolean _
)
'Usage
Dim instance As Category
Dim config As CategoryConfiguration
Dim incrementalRefresh As Boolean

instance.Refresh(config, incrementalRefresh)
public void Refresh(
    CategoryConfiguration config,
    bool incrementalRefresh
)
public:
void Refresh(
    CategoryConfiguration^ config, 
    bool incrementalRefresh
)
public function Refresh(
    config : CategoryConfiguration, 
    incrementalRefresh : boolean
)

Parameters

  • incrementalRefresh
    Type: System..::.Boolean
    true to refresh only the properties specified in the configuration object, and leave other properties unchanged; otherwise false.

Remarks

Reloads the product object from the web service. Refresh only the properties specified in the configuration object, and leave other properties unchanged.

Permissions

See Also

Reference

Category Class

Category Members

Refresh Overload

Microsoft.CommerceServer.Catalog Namespace