November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I think you need to specify the content of the file immediately above the save:
golfCourseFile.BinaryData = golfCourseBlob; this.contentRepository.Save(golfCourseFile, SaveAction.Publish, AccessLevel.NoAccess);
I'm creating a media file (text or, preferrably xml) in a scheduled job but the created file cannot be downloaded from the media folder. The code I use to create the file:
Then in the CMS I run the job but the download option on the generated file is disabled. How can I generate the file from the scheduled job and allow editors to download the file from the media library?
Thanks,