Afer installation of the NuGet package, a new "<digizuite>" element has been added to your web.config's "configuration" element. It has been added as the last child element of "configuration".
...
Type | Name | Required | Default | Description |
---|---|---|---|---|
string | baseGuid | No | (a hardcoded guid) | A guid that is used as the 'foundation' to generate all the assets Content Guid. Usually you won't have to change this. |
string | name | No | "" | The name with which the integration identifies itself - for example when sending editor notifications |
bool | redirectvideostream | No | false | Default behavior is to have Episerver act as a video proxy for video assets. If this is set to true, Episerver will instead redirect the video streams to the DAM directly. |
bool | disablenotifications | No | false | If set to true, will supress editor notifications from the integration. |
bool | autoattach | No | true | Controls if the Digizuite Content Provider should automatically attach after initialization to an entry point automatically created. If this is false, you will need to manually configure the content provider. |
string | autoattachname | No | "Digizuite" | The name of the entry point automatically created in Auto Attach mode. |
string | validFullSearchNamespaces | No | EPiServer.Find.Cms.ContentIndexer,EPiServer.Find.Cms.IndexingJobService | Comma-separated list of valid namspaceses. Here you add the valid namespaceses that are allowed to do a full search and requesting all assets from Digizuite through our DigizuiteContentProvider. By default is is only the Find indexing that are allowed. |
bool | preventdigizuitemediatypesinepiserverfolder | No | true | Prevent that Digizuite media types can be uploaded to a Episerver media folder. |
...
Type | Name | Required | Default | Description |
---|---|---|---|---|
string | folderName | Yes | "Digizuite" | The folder name below App_Data where the main binary cache is located. |
string | tempFolderName | Yes | "DigizuiteTemp" | The folder name below App_Data where the temporary upload cache is located. |
string | missingImage | No | "" | The site relative url to an image to use for a "No-image" image in cases where a requested image cannot be served. |
string | timeout | No | "10:00" | Default cache time out setting. |
Child element: media
The media element defines the default media formats (DAM Center ID's) to retrieve if nothing else is specified. Usually the default settings will be sufficient.
Type
Name
Required
Default
Description
string
defaultVideoFormat
Yes
Default Video format ID
string
defaultImageFormat
Yes
Default Image format ID
string
defaultDestination
Yes
Child element: mediaManager
...