November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
As you stated yourself, you have moved from the legacy file system to blobs, the folders are now instead, like everything else, content. The folders in the assets pane where you have media and blocks, are themselves content.
So to mimic this property, you would make a regular ContentReference property, and optionally (depending on what version above 7.5 you have) an AllowedTypes attribute set to 'ContentFolder'.
To ex. retrieve files from this folder you would use ContentLoader.GetChildren.
Hello,
I had the following custom property in PageTypeBuilder back in episerver 6, and have tried upgrading the solution to 7. These are now no longer showing in the editor.
The new syntax is:
I have added the editorHint attributes on both the class and the control for the custom property, but it's not rendering. What am I doing wrong?
I have followed this article http://joelabrahamsson.com/upgrading-a-site-from-episerver-cms-6-to-episerver-7/
As this is an upgrade project, I'd rather just get things directly migrated, but because we have moved VPPs into Blobs, I suspect that we will also have issues with how we deal with the result of this selector.
So the above will return a string folder path: /sitename/folder/path/2015/Proposal/
But I can't work with that anymore. The following code does not work, so how would I implement this functionality?
Thanks in advance!
Gabor