Click or drag to resize

SealManager.UpdateSeal Method

Updates a seal. All releases are resetted.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<PsrSeal> UpdateSeal(
	PsrSeal seal,
	Guid dataId,
	PsrEntityObjectType dataType
)

Parameters

seal
Type: PsrApi.Data.PsrSeal
Seal that should be updated.
dataId
Type: System.Guid
ID of the object that the seal belongs to.
dataType
Type: PsrApi.Data.Enums.PsrEntityObjectType
Type of the object that the seal belongs to.

Return Value

Type: Task<PsrSeal>
See Also