Fixes: U4-5597 ServerVariables cannot include dynamic data like a users start node Ids
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user