diff --git a/src/Umbraco.Core/Services/Implement/ContentService.cs b/src/Umbraco.Core/Services/Implement/ContentService.cs index 87730d165e..e48ba98dfc 100644 --- a/src/Umbraco.Core/Services/Implement/ContentService.cs +++ b/src/Umbraco.Core/Services/Implement/ContentService.cs @@ -1952,7 +1952,7 @@ namespace Umbraco.Core.Services.Implement /// /// /// - /// True if sorting succeeded, otherwise False + /// Result indicating what action was taken when handling the command. public OperationResult Sort(IEnumerable items, int userId = 0, bool raiseEvents = true) { var evtMsgs = EventMessagesFactory.Get(); @@ -1981,7 +1981,7 @@ namespace Umbraco.Core.Services.Implement /// /// /// - /// True if sorting succeeded, otherwise False + /// Result indicating what action was taken when handling the command. public OperationResult Sort(IEnumerable ids, int userId = 0, bool raiseEvents = true) { var evtMsgs = EventMessagesFactory.Get();