Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
bee75803f7932eec5ee295d969a2cde8a3aea51d
Umbraco-CMS/src/Umbraco.Core/IO/FileSystemProviderConstants.cs

14 lines
273 B
C#
Raw Normal View History

Added FileSystemProviders config section Added FileSystemProviderManager class for fetching a file system provider by alias (this should probably be moved into the Umbraco context in 4.10)
2012-08-13 13:26:06 -01:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Removed MediaFileSystemExtensions and just added the methods to the MediaFileSystem which are more discoverable. Added Code Annotations to all file system classes pointing to the new #U4-1156 tracking item to publicize.
2012-11-08 08:27:38 +05:00
using Umbraco.Core.CodeAnnotations;
Added FileSystemProviders config section Added FileSystemProviderManager class for fetching a file system provider by alias (this should probably be moved into the Umbraco context in 4.10)
2012-08-13 13:26:06 -01:00
namespace Umbraco.Core.IO
{
Fixes: #U4-1469, #U4-1156
2013-05-14 14:18:41 -10:00
internal class FileSystemProviderConstants
Added FileSystemProviders config section Added FileSystemProviderManager class for fetching a file system provider by alias (this should probably be moved into the Umbraco context in 4.10)
2012-08-13 13:26:06 -01:00
{
public const string Media = "media";
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 4983ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API