Click or drag to resize

TemplateManagerGetTemplateGroupById Method

Returns the template group matching the given ID.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<PsrTemplateGroup> GetTemplateGroupById(
	Guid templateGroupId
)

Parameters

templateGroupId
Type: SystemGuid

Return Value

Type: TaskPsrTemplateGroup
See Also