Edit

Share via


GraphExtensions.GetAllExtensions(GraphServiceClient, String) Method

Definition

Get all extension objects for a user.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Graph.Extension>> GetAllExtensions(this Microsoft.Graph.GraphServiceClient graph, string userId);
static member GetAllExtensions : Microsoft.Graph.GraphServiceClient * string -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Graph.Extension>>
<Extension()>
Public Function GetAllExtensions (graph As GraphServiceClient, userId As String) As Task(Of IList(Of Extension))

Parameters

graph
Microsoft.Graph.GraphServiceClient

Instance of the Microsoft.Graph.GraphServiceClient.

userId
String

The user to access.

Returns

Task<IList<Microsoft.Graph.Extension>>

All extension results.

Applies to