Exemplo n.º 1
0
 public static string GetAppRelativePathTemplate(Guid portalScopeId, string entityLogicalName, string idTemplateVariableName)
 {
     return(CmsEntityRouteHandler.GetAppRelativePathTemplate(RoutePath, portalScopeId, entityLogicalName, idTemplateVariableName));
 }
Exemplo n.º 2
0
 public static string GetAppRelativePath(Guid portalScopeId, EntityReference entity)
 {
     return(CmsEntityRouteHandler.GetAppRelativePath(RoutePath, portalScopeId, entity));
 }