Esempio n. 1
0
        public List <InspirationImageMap> get_by_category_id(Int32 id = 0, Int32 languageId = 0, string sortField = "", string sortOrder = "")
        {
            // Get a list of image maps
            List <InspirationImageMap> posts = InspirationImageMap.GetByCategoryId(id, languageId, sortField, sortOrder);

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