Exemplo n.º 1
0
 public Domain.HTML.HTMLSkin Test(
     Int32 CommunityId,
     Int32 OrganizationId,
     String VirtualPath,
     String LangCode,
     String DefLangCode,
     Entity.Configuration.SkinSettings Settings,
     String AppBaseUrl
     )
 {
     return(Service.GetSkinHTML(CommunityId, OrganizationId, VirtualPath, LangCode, DefLangCode, Settings, AppBaseUrl));
 }
Exemplo n.º 2
0
 public string TestCss(Int32 CommunityId, Int32 OrganizationId, String VirtualPath, String DefLangCode, Business.SkinFileManagement.CssType Type, String BaseAppPath, Entity.Configuration.SkinSettings DEF_SkinSettings)
 {
     return(Service.GetCSSHtml(CommunityId, OrganizationId, VirtualPath, DefLangCode, Type, BaseAppPath, DEF_SkinSettings));
 }