GraphExtensions.GetAllExtensions(GraphServiceClient, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
All extension results.