Carrotware.CMS.Core.ContentPageHelper.GetMaxNavOrder C# (CSharp) Method

GetMaxNavOrder() public method

public GetMaxNavOrder ( System.Guid siteID ) : int
siteID System.Guid
return int
        public int GetMaxNavOrder(Guid siteID)
        {
            int iCount = CompiledQueries.cqGetMaxOrderID(db, siteID);

            return iCount;
        }