Removes unused and obsoleted code

This commit is contained in:
Shannon
2018-05-01 01:27:25 +10:00
parent c8d2ea141b
commit 6faa2ff177
40 changed files with 11 additions and 1246 deletions

View File

@@ -25,13 +25,7 @@ namespace Umbraco.Web.Models.ContentEditing
/// </summary>
[DataMember(Name = "emailHash")]
public string EmailHash { get; set; }
[Obsolete("This should not be used it exists for legacy reasons only, use user groups instead, it will be removed in future versions")]
[EditorBrowsable(EditorBrowsableState.Never)]
[ReadOnly(true)]
[DataMember(Name = "userType")]
public string UserType { get; set; }
[ReadOnly(true)]
[DataMember(Name = "userGroups")]
public string[] UserGroups { get; set; }