/// <summary> /// Gets an IDataReader with all active instances of ContentStyle for the given skin. /// </summary> public static IDataReader GetAllActive(Guid siteGuid, string skinName) { return(DBContentStyle.GetAllActive(siteGuid, skinName)); }
/// <summary> /// Gets an IDataReader with all active instances of ContentStyle. /// </summary> public static IDataReader GetAllActive(Guid siteGuid) { return(DBContentStyle.GetAllActive(siteGuid)); }