Skip to main content
Version: 2026.0

UntagByDataConfig

Config object for untagging all objects holding a certain dataset.

Methods

setObjectType

setObjectType(pObjectType): UntagByDataConfig

Required parameter

Parameters

pObjectType
string | number | boolean

The objecttype, corresponding objects need to be untagged.

Returns

UntagByDataConfig

The current config


setRowId

setRowId(pRowId): UntagByDataConfig

Required parameter

Parameters

pRowId
string | number | boolean

The rowid, corresponding objects need to be untagged.

Returns

UntagByDataConfig

The current config


setUserId

setUserId(pUserId): UntagByDataConfig

Required parameter

Parameters

pUserId
string | number | boolean

The id of the user, whose tagged objects need to be untagged.

Returns

UntagByDataConfig

The current config