Making a few corrections to the embed plugin - primarily changing namespace in Core project.

This commit is contained in:
Morten Christensen@ThinkPadX220
2012-09-06 07:39:38 -02:00
parent 2a6fc37dce
commit 0e2bc2bc13
17 changed files with 94 additions and 105 deletions

View File

@@ -0,0 +1,9 @@
namespace Umbraco.Core.Media
{
public enum Status
{
NotSupported,
Error,
Success
}
}