fixes backward compat issue
This commit is contained in:
@@ -93,6 +93,11 @@ namespace umbraco.presentation.webservices
|
||||
throw new ArgumentException("User not logged in");
|
||||
}
|
||||
|
||||
public void UpdateSortOrder(int ParentId, string SortOrder)
|
||||
{
|
||||
UpdateSortOrder(ParentId.ToString(), SortOrder);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public void UpdateSortOrder(string ParentId, string SortOrder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user