SenseNet.ContentRepository.Storage.StorageContext.Search.EnableOuterEngine C# (CSharp) Метод

EnableOuterEngine() публичный статический Метод

public static EnableOuterEngine ( ) : void
Результат 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()