SenseNet / sn-webpages

UI layer for the sensenet platform built using ASP.NET pages, webparts and controls.
https://www.sensenet.com/
GNU General Public License v2.0
5 stars 8 forks source link

Replace BlobStorageConfiguration call #26

Closed tusmester closed 6 years ago

tusmester commented 6 years ago

The BlobStorageConfiguration class does not exist anymore in the Services component (v7.3+), replace usages in ascx files with the new API:

SenseNet.Configuration.BlobStorage

For example in this view (line 80):

/Root/System/SystemPlugins/Portlets/IntraUploadDialog.ascx
kavics commented 6 years ago

Fixed