Click or drag to resize

TemplateManager.UpdateLegitimateDataRightTemplate Method

Updates an existing right template.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task UpdateLegitimateDataRightTemplate(
	Guid dataId,
	Guid legitimateId,
	PsrRights rights,
	Nullable<PsrEntityObjectType> dataType,
	Guid targetId,
	Guid templateGroupId
)

Parameters

dataId
Type: System.Guid
legitimateId
Type: System.Guid
rights
Type: PsrApi.Data.Enums.PsrRights
dataType
Type: System.Nullable<PsrEntityObjectType>
targetId
Type: System.Guid
templateGroupId
Type: System.Guid

Return Value

Type: Task
See Also