V10: fix build warnings in Web.BackOffice (#12479)
* Run code cleanup * Start manual run * Finish dotnet format + manual cleanup * Fix up after merge * Fix substrings changed to [..] Co-authored-by: Nikolaj Geisle <niko737@edu.ucl.dk> Co-authored-by: Zeegaan <nge@umbraco.dk>
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
namespace Umbraco.Cms.Web.BackOffice.Trees
|
||||
namespace Umbraco.Cms.Web.BackOffice.Trees;
|
||||
|
||||
/// <summary>
|
||||
/// Common query string parameters used for tree query strings
|
||||
/// </summary>
|
||||
internal struct TreeQueryStringParameters
|
||||
{
|
||||
/// <summary>
|
||||
/// Common query string parameters used for tree query strings
|
||||
/// </summary>
|
||||
internal struct TreeQueryStringParameters
|
||||
{
|
||||
public const string Use = "use";
|
||||
public const string Application = "application";
|
||||
public const string StartNodeId = "startNodeId";
|
||||
public const string DataTypeKey = "dataTypeKey";
|
||||
}
|
||||
public const string Use = "use";
|
||||
public const string Application = "application";
|
||||
public const string StartNodeId = "startNodeId";
|
||||
public const string DataTypeKey = "dataTypeKey";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user