Type CategoryExtensions
Namespace Geta.EPi.Extensions
Public instance methods
bool Equals(object obj)
int GetHashCode()
Type GetType()
string ToString()
Returns string representation of URL with query string.
Returns
-
string
- String representation of URL with query string.
Public static methods
IEnumerable<Category> GetChildCategories(this int categoryRootId)
Returns strongly typed child categories of provided parent category ID.
Parameters
-
int
categoryRootId - Parent category ID.
Returns
-
IEnumerable<Category>
- Enumeration of child categories.