ExtensionManagementHttpClient.UpdateDocumentByNameAsync Method

Definition

[Preview API]

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

Parameters

doc
Newtonsoft.Json.Linq.JObject
publisherName
String
extensionName
String
scopeType
String
scopeValue
String
collectionName
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Task<Newtonsoft.Json.Linq.JObject>

Applies to