Added front and back end logic to export member data

This commit is contained in:
Robert
2018-02-22 15:32:33 +01:00
parent a41833c137
commit 97607bc83b
7 changed files with 190 additions and 53 deletions

View File

@@ -1,6 +1,5 @@
using System;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text.RegularExpressions;
@@ -436,4 +435,4 @@ namespace Umbraco.Core.Models
return clone;
}
}
}
}