AspNet.StarterKits.Classifieds.Web.CategoryCache.GetBrowseCategoriesByParentId C# (CSharp) Method

GetBrowseCategoriesByParentId() public static method

public static GetBrowseCategoriesByParentId ( int parentCategoryId ) : List
parentCategoryId int
return List
		public static List<CachedCategory> GetBrowseCategoriesByParentId(int parentCategoryId)
		{
			//return GetCategoriesByParentId(HttpContext.Current, parentCategoryId, true);
			return new List<CachedCategory> ();
		}