SetAddonDetail (Addon)
Introduced
5.0
Description
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.
Scripting Syntax
Addon.SetAddonDetail( Key, Value )
C# Syntax
Addon.SetAddonDetail( String in_bstrKey, String in_bstrValue );
Parameters
|
Parameter |
Type |
Description |
|
Key |
Specifies the detail to set. Possible Values: • Platforms: Platforms • AuthorName: Author Name • AuthorEMail: Author EMail • Company: Company • URL: URL • Title: Title • Summary: Summary • Description: Description • Usage: Usage |
|
|
Value |
The value of the detail. For example, if the key is "Company" then the value might be "Acme Inc." |
SOFTIMAGE|XSI v6.01