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
- config
Type: Microsoft.CommerceServer.Catalog..::.CategoryConfiguration
Specify the parameters for the properties on this object.
- 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
- 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.