Table of Contents

Method GetUpdateDiff

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

GetUpdateDiff(NamedEntity, bool)

Retrieves the differences between this entity and another.

public virtual Dictionary<string, JsonElement> GetUpdateDiff(NamedEntity other, bool blnAddProjectId = true)

Parameters

other NamedEntity

The other entity to compare with.

blnAddProjectId bool

Whether to include the project ID in the differences.

Returns

Dictionary<string, JsonElement>

A dictionary of differences.