EnumItemName |
Enumerated item name |
Optional. If no enumerated item name is specified, the enumerated item in context is used. If no enumerated item is in context, an error occurs. |
Specifies the existing enumerated item to be altered. |
Name |
Expression<Identifier> or Expression<Dictionary<Identifier>> |
Optional. If no name is specified, the current one is maintained. |
Specifies the new name of the enumerated item, either as an identifier or in multilingual dictionary format. |
Definition |
Expression<Text> or Expression<Dictionary<Text>> |
Optional. If no definition is specified, the current one is maintained. |
Specifies the new definition of the enumerated item. |
Comments |
Expression<Text> or Expression<Dictionary<Text>> |
Optional. If no commments are specified, the current ones are maintained. |
Specifies the new commments for the enumerated item. |
WithoutTagList |
Element name list |
Optional. If no tags are specified, no tags are removed. |
Specifies the tags to remove from the enumerated item. |
WithTagList |
Element name list |
Optional. If no tags are specified, no tags are added. |
Specifies the tags to add to the enumerated item. |