Click or drag to resize

TemplateManagerGetTemplateGroupList Method

Returns a list of template group 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<IEnumerable<PsrTemplateGroup>> GetTemplateGroupList(
	Nullable<Guid> organisationUnitId,
	bool ignoreOrganisationUnitPath = false
)

Parameters

organisationUnitId
Type: SystemNullableGuid
ignoreOrganisationUnitPath (Optional)
Type: SystemBoolean

Return Value

Type: TaskIEnumerablePsrTemplateGroup
See Also