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

LoadIndexDocumentsByPath() public static method

public static LoadIndexDocumentsByPath ( string path ) : IEnumerable
path string
return IEnumerable
            public static IEnumerable<IndexDocumentData> LoadIndexDocumentsByPath(string path)
            {
                return DataProvider.LoadIndexDocumentsByPath(path);
            }