Click or drag to resize

TemplateManagerGetTemplateGroupCount Method

Returns the number of template groups with optional filtering on an organisation unit.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<int> GetTemplateGroupCount(
	Guid organisationUnitId
)

Parameters

organisationUnitId
Type: SystemGuid

Return Value

Type: TaskInt32
See Also