SharepointSearchService
final class SharepointSearchService implements SharepointSearchServiceInterface
Searches SharePoint files via the Microsoft Graph API.
Methods
array
search(string $query, bool $documentsOnly = FALSE)
Searches SharePoint for files matching the given query.
Details
at line 14
__construct(GraphService $graphService)
No description
at line 30
array
search(string $query, bool $documentsOnly = FALSE)
Searches SharePoint for files matching the given query.