コード例 #1
0
 /// <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));
 }
コード例 #2
0
 /// <summary>
 /// Gets an IDataReader with all active instances of ContentStyle.
 /// </summary>
 public static IDataReader GetAllActive(Guid siteGuid)
 {
     return(DBContentStyle.GetAllActive(siteGuid));
 }