From 61b0c4916028cb04df9531e1189af7199f90e150 Mon Sep 17 00:00:00 2001 From: Claus Date: Tue, 6 Nov 2018 14:19:10 +0100 Subject: [PATCH] updating comment. --- src/Umbraco.Core/Services/Implement/ContentService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();