SenseNet.ContentRepository.Storage.StorageContext.Search.EnableOuterEngine C# (CSharp) Method

EnableOuterEngine() public static method

public static EnableOuterEngine ( ) : void
return void
            public static void EnableOuterEngine()
            {
                if (false == RepositoryConfiguration.IsOuterSearchEngineEnabled)
                    throw new InvalidOperationException("Indexing is not allowed in the configuration");
                Instance.IsOuterEngineEnabled = true;
            }
            public static void DisableOuterEngine()