diff --git a/src/Umbraco.Core/Constants-Examine.cs b/src/Umbraco.Core/Constants-Examine.cs new file mode 100644 index 0000000000..f040634506 --- /dev/null +++ b/src/Umbraco.Core/Constants-Examine.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Umbraco.Core +{ + public static partial class Constants + { + public static class Examine + { + /// + /// The alias of the internal member searcher + /// + public const string InternalMemberSearcher = "InternalMemberSearcher"; + + /// + /// The alias of the internal content searcher + /// + public const string InternalSearcher = "InternalSearcher"; + } + } +} diff --git a/src/Umbraco.Core/Umbraco.Core.csproj b/src/Umbraco.Core/Umbraco.Core.csproj index e1a41fe2e5..f503f0be34 100644 --- a/src/Umbraco.Core/Umbraco.Core.csproj +++ b/src/Umbraco.Core/Umbraco.Core.csproj @@ -206,6 +206,7 @@ +