Click or drag to resize

TagManagerGetTagGlobalUsageInfos Method

Returns usage information for all the tags.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<IList<PsrTagGlobalUsageInfo>> GetTagGlobalUsageInfos(
	int take = 0
)

Parameters

take (Optional)
Type: SystemInt32

Return Value

Type: TaskIListPsrTagGlobalUsageInfo
See Also