Obsolete a few unused things. (#18814)

This commit is contained in:
Kenn Jacobsen
2025-03-26 10:24:09 +01:00
committed by GitHub
parent 76dd141d86
commit e32eb06ddf
3 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ public interface IAction : IDiscoverable
/// <summary>
/// Gets the icon to display for this action
/// </summary>
[Obsolete("No longer used. Scheduled for removal in V17.")]
string Icon { get; }
/// <summary>
@@ -51,5 +52,6 @@ public interface IAction : IDiscoverable
/// <remarks>
/// Used in the UI when assigning permissions
/// </remarks>
[Obsolete("No longer used. Scheduled for removal in V17.")]
string? Category { get; }
}

View File

@@ -1,5 +1,6 @@
namespace Umbraco.Cms.Core.Models.TemplateQuery;
[Obsolete("No longer used. Scheduled for removal in V17.")]
public class QueryResultModel
{
public string? QueryExpression { get; set; }

View File

@@ -1,5 +1,6 @@
namespace Umbraco.Cms.Core.Models.TemplateQuery;
[Obsolete("No longer used. Scheduled for removal in V17.")]
public class TemplateQueryResult
{
public string? Icon { get; set; }