Normalize cr/lf/tab
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Umbraco.Web.Models.Trees
|
||||
/// <remarks>
|
||||
/// This is required to return the tree data for a given section. Some sections may only contain one tree which means it's section
|
||||
/// root should also display a menu, whereas other sections have multiple trees and the section root shouldn't display a menu.
|
||||
///
|
||||
///
|
||||
/// The section root also contains an explicit collection of children.
|
||||
/// </remarks>
|
||||
[DataContract(Name = "node", Namespace = "")]
|
||||
@@ -45,11 +45,11 @@ namespace Umbraco.Web.Models.Trees
|
||||
//default to false
|
||||
IsContainer = false;
|
||||
}
|
||||
|
||||
|
||||
[DataMember(Name = "isContainer")]
|
||||
public bool IsContainer { get; private set; }
|
||||
|
||||
[DataMember(Name = "children")]
|
||||
public TreeNodeCollection Children { get; private set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user