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
- config
Type: Microsoft.CommerceServer.Catalog..::.CategoryConfiguration
Specify the parameters for the properties on this object.
Remarks
Reloads the product object from the web service or database.
Refreshes with the ActiveLanguage.
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.