...
Parameter | type | Description |
---|---|---|
ResultPath | string | Path to the directory in which the asset is cached |
FileName | string | Name of the cached asset |
Cached | bool | Boolean to indicate whether the asset is cached |
ResultStream | Task<Stream> | Handle for the result stream used to get the asset from Digizuite |
ResizeBytes | byte[] | If the image is resized and/or compressed, this array contains the result bytes |
DownloadUrl | string | Redirect URL for download requests |
StopPipeline | bool | If the pipeline should be aborted, for instance due to security violation, then this is true |
Asset | AssetIndexable | Asset model from the index |
StatusCode | HttpStatusCode | Status code used to indicate the request status. |
IsVideo | bool | If true, the request will stream a video |
DigizuiteAssetStreamUrl | string | The media url to digizuite |
Changing the URL
If the new "dfsmedia" pipeline is used, it is possible to use another prefix for the media URL. An example could be that one wanted the company name instead of dfsmedia as the media URL prefix. This can be done doing the following:
...