Carrotware.CMS.UI.Controls.ChildNavigation.ChildNavigation C# (CSharp) Method

ChildNavigation() public method

public ChildNavigation ( ) : System
return System
        public ChildNavigation()
            : base()
        {
            this.SortNavBy = SortOrder.SortAsc;
            this.IncludeParent = false;
        }