//NOTE: GJ: this will be depreciated in favour of tagging public static int GetCategoryStoryCount(short categoryID, bool isKicked, int hostID) { return(GetTaggedStoryCount(CategoryCache.GetCategory(categoryID, hostID).CategoryIdentifier, hostID)); }
//NOTE: GJ: this will be depreciated in favour of tagging public static StoryCollection GetCategoryStories(short categoryID, bool isKicked, int hostID, int pageNumber, int pageSize) { return(GetTaggedStories(CategoryCache.GetCategory(categoryID, hostID).CategoryIdentifier, hostID, pageNumber, pageSize)); }