class GroupFilesService

Service that returns the list of files.

Properties

protected GraphService $graphService

The o365 graph service.

protected MimeTypes $mimey

The mimey mimetypes.

Methods

__construct(GraphService $graphService)

Constructs a GroupFilesService object.

array
getOrderedGroupFiles(string $group, string $order = 'name', string $sort = 'asc')

Generate the list for the group files.

Details

at line 34
__construct(GraphService $graphService)

Constructs a GroupFilesService object.

Parameters

GraphService $graphService

The o365 graph service.

at line 56
array getOrderedGroupFiles(string $group, string $order = 'name', string $sort = 'asc')

Generate the list for the group files.

Parameters

string $group

The group and team ID.

string $order

The order field.

string $sort

The sort order.

Return Value

array

The list of rows.

Exceptions

TempStoreException
GuzzleException
IdentityProviderException