TemplateManager.GetTemplateGroupById 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)
Syntaxpublic Task<PsrTemplateGroup> GetTemplateGroupById(
Guid templateGroupId
)
Parameters
- templateGroupId
- Type: System.Guid
Return Value
Type:
Task<PsrTemplateGroup>
See Also