Skip to content

ServiceNow.Core

SNow.Core.Table

Table.UpdateAsync(Guid, object, bool) Method

csharp
public System.Threading.Tasks.Task<System.Text.Json.JsonElement> UpdateAsync(System.Guid id, object data, bool excludeReferenceLinks=true);

Parameters

id System.Guid

data System.Object

excludeReferenceLinks System.Boolean

Returns

System.Threading.Tasks.Task<System.Text.Json.JsonElement>

Implements UpdateAsync(Guid, object, bool)

Released under the MIT License.