GroupFilesService
class GroupFilesService
Service that returns the list of files.
Properties
| protected GraphService | $graphService | The o365 graph service. |
|
| protected MimeTypes | $mimey | The mimey mimetypes. |
Methods
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.
at line 56
array
getOrderedGroupFiles(string $group, string $order = 'name', string $sort = 'asc')
Generate the list for the group files.