Edit

Share via


ExtensionManagementHttpClient.GetDocumentsByNameAsync Method

Definition

[Preview API]

public System.Threading.Tasks.Task<System.Collections.Generic.List<Newtonsoft.Json.Linq.JObject>> GetDocumentsByNameAsync (string publisherName, string extensionName, string scopeType, string scopeValue, string collectionName, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.GetDocumentsByNameAsync : string * string * string * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Newtonsoft.Json.Linq.JObject>>

Parameters

publisherName
String
extensionName
String
scopeType
String
scopeValue
String
collectionName
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Task<List<Newtonsoft.Json.Linq.JObject>>

Applies to