Beispiel #1
0
        public List <StaticPage> get_all(Int32 languageId = 0, string sortField = "", string sortOrder = "")
        {
            // Create the list to return
            List <StaticPage> posts = StaticPage.GetAll(languageId, sortField, sortOrder);

            // Return the list
            return(posts);
        } // End of the get_all method