public PrimitivesContainer() { Name = "Primitives".Localize(); DefaultSort = new SortBehavior() { SortKey = SortKey.ModifiedDate, Ascending = true, }; }
public HistoryContainerBase(string fullPath) : base(fullPath) { this.ChildContainers = new List <ILibraryContainerLink>(); this.Items = new List <ILibraryItem>(); this.IsProtected = true; DefaultSort = new SortBehavior() { SortKey = SortKey.ModifiedDate, }; }