v5.0
Sets additional information about the add-on, such as the
author's name and e-mail address. This information is stored in the
top section of the .xsiaddon file, and is displayed when a user
clicks Advanced in the Install Add-on dialog box.
Note: The PackageAddon
command automatically fills in these details based on any
information it finds in the netview_ADDONNAME.xml file in the root
folder of the add-on.
Addon.SetAddonDetail( Key, Value ); |
Parameter | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Key | String | Specifies the detail to set.
|
||||||||||||||||||||
Value | String | The value of the detail. For example, if the key is "Company" then the value might be "Acme Inc." |