Click or drag to resize

TagManagerGetTags Method

Returns a list of tags that match the given filter.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<IEnumerable<PsrTag>> GetTags(
	PsrListFilter filter
)

Parameters

filter
Type: PsrApi.DataPsrListFilter

Return Value

Type: TaskIEnumerablePsrTag
See Also