Fixes: U4-5597 ServerVariables cannot include dynamic data like a users start node Ids

This commit is contained in:
Shannon
2014-10-07 14:59:07 +11:00
parent 6ab03d4c98
commit 98eeaca5d5
8 changed files with 75 additions and 54 deletions

View File

@@ -31,6 +31,12 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "remainingAuthSeconds")]
public double SecondsUntilTimeout { get; set; }
[DataMember(Name = "startContentId")]
public int StartContentId { get; set; }
[DataMember(Name = "startMediaId")]
public int StartMediaId { get; set; }
/// <summary>
/// A list of sections the user is allowed to view.
/// </summary>