Wires up the help dialog with our and tv feeds

This commit is contained in:
perploug
2013-10-29 21:49:40 +01:00
parent 1860f3f953
commit a7f5576fee
11 changed files with 165 additions and 10 deletions

View File

@@ -20,6 +20,10 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "emailHash")]
public string EmailHash { get; set; }
[DataMember(Name = "userType", IsRequired = true)]
[Required]
public string UserType { get; set; }
/// <summary>
/// Gets/sets the number of seconds for the user's auth ticket to expire
/// </summary>