Edit

Share via


ExtensionManagementHttpClient.GetDocumentByNameAsync Method

Definition

[Preview API]

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

Parameters

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

The cancellation token to cancel operation.

Returns

Task<Newtonsoft.Json.Linq.JObject>

Applies to