Interface ITaggingRequest

The ITaggingRequest interface describes a tag request on an item.

Index

Properties

doAdd

doAdd: boolean

Indicates whether to add the tag value, or to remove the tag value.

fieldName

fieldName: string

Contains the field name to tag.

fieldValue

fieldValue: string

Contains the value to tag.

uniqueId

uniqueId: string

Contains the unique ID of the item to tag.

Hierarchy

  • ITaggingRequest