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

SetIndexDirectoryPath() public static method

public static SetIndexDirectoryPath ( string path ) : void
path string
return void
            public static void SetIndexDirectoryPath(string path)
            {
                Instance.IndexDirectoryPath = path;
            }