Skip to content

ServiceNow.Core

SNow.Core.ITable

ITable.UpdateAsync(Guid, object, bool) Method

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

Parameters

id System.Guid

data System.Object

excludeLinks System.Boolean

Returns

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

Released under the MIT License.