Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As an developer you can also build you own logic around the notifications from Digizuite, as you can listening for the event by register to the events, just as we do above.

1. Setup the endpoint

dsfdfsd fsdf sdfs,mfn,cxn,ds ns,n ,dxnv dlkgm lk jglkddgOpen the web.config and locate the Digizuite node. The sub node “digizuiteIntegration” is the one we should update.

Code Block
languagexml
<digizuiteIntegration guid="e01553bd-f66a-4fba-8b6b-884133d8ae80" subscriptions="1" deleteBlob="false"/>

The first parameter guid you add a new guid. The default value is empty so you have to generate a new one. The second parameter subscription indicates which changetypes you want to listning for. The possible values can be found her DFE 2.0.0 - 3 Setting up Episerver The default value is 1 which is AssetChanged. The last parameter deleteBlob indicates wether we should delete the blobs for the asset or not. In a loadbalanced invironment where you have multiple instances and each of the instances cantains it own local blob storage, then this should be true. If the blobstorage is share between the instances, then leave i false.

Once the change has been made and you reload the site, then you should see the following log statment in the file Digizuite.log:

Code Block
2020-05-14 08:22:33,529 [1] INFO DigizuiteProviderInit::Initialize: DigizuiteIntegration has been setup and configured

2. Verify connection