AttachTagUsage
AttachTagUsage |
Purpose
Possible values for attachment tag usage.
Synopsis
class xi.AttachTagUsage(Enum)
Arguments
xi.AttachTagUsage.SINGLE_FILE: str
|
This tag may only be assigned to at most one attachment file.
|
xi.AttachTagUsage.MULTI_FILE: str
|
This tag may only be assigned to any number of attachment files.
|