The OnGetCustomFields event can be implemented by a rename script to add custom fields to the Rename dialog. This lets you provide one or more controls that users can use to pass parameters to your script.
Method Name: | OnGetCustomFields |
---|---|
Argument Type: |
|
Return Type: |
none |
Description: |
The Rename dialog will call this method when your script is loaded from a preset (or when you click the Refresh button in the integrated script editor). The GetCustomFieldData.fields property lets you add one or more custom fields to the Rename dialog. For each field you can:
See Custom Fields in the Rename Dialog for more information. |