AttachTag
AttachTag |
Purpose
A class containing information about a tag defined in the app's companion file.
Arguments
name: str
|
Name of the tag.
|
description: str
|
Description of the tag.
|
mandatory: bool
|
Whether the tag is mandatory.
|
usage: AttachTagUsage
|
Tag usage restrictions, either
AttachTagUsage.SINGLE_FILE or
AttachTagUsage.MULTI_FILE.
|
Further information
Modifying an
AttachTag record will not modify the attachment tag information on the server.
Related topics