mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +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