Example #1
0
 public static string GetMenusPath(params string[] paths)
 {
     return(Combine(SiteServerAssets.GetPath("menus"), Combine(paths)));
 }