You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Libraries/SmartStore.Services/Seo/SeoExtensions.cs
+53-30Lines changed: 53 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -152,41 +152,64 @@ public static string GetSeName<T>(this T entity)
152
152
/// <param name="returnDefaultValue">A value indicating whether to return default value (if language specified one is not found)</param>
153
153
/// <param name="ensureTwoPublishedLanguages">A value indicating whether to ensure that we have at least two published languages; otherwise, load only default value</param>
/// <param name="returnDefaultValue">A value indicating whether to return default value (if language specified one is not found)</param>
174
+
/// <param name="ensureTwoPublishedLanguages">A value indicating whether to ensure that we have at least two published languages; otherwise, load only default value</param>
0 commit comments