MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
TagManager Class
TagManager Methods
AddDataFavorite Method
AddTag Method
DeleteTag Method
GetTagGlobalUsageInfos Method
GetTagListFilter Method
GetTags Method
RemoveDataFavorite Method
SetDataTags Method
UpdateTag Method
TagManager
SetDataTags Method
Handles the data tags for a data. Adds, updates or deletes them.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
SetDataTags
(
List
<
PsrDataTag
>
dataTags
,
Guid
dataId
)
Parameters
dataTags
Type:
System.Collections.Generic
List
PsrDataTag
List of data tags that should be on the object.
dataId
Type:
System
Guid
ID of the object the data tags should be set on.
Return Value
Type:
Task
See Also
Reference
TagManager Class
PsrApi.Managers Namespace