mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Getting rid of a compiler warning regarding deprecated ExportOptions type.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using System.Xml.Linq;
|
||||
using System;
|
||||
using System.Xml.Linq;
|
||||
|
||||
namespace Orchard.ImportExport.Models {
|
||||
public class ExportContext {
|
||||
public XDocument Document { get; set; }
|
||||
[Obsolete]
|
||||
public ExportOptions ExportOptions { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user