CNSImage_Register
- Description
You can use this function to register a plug-in without having to use a dialog box. If you use the "Option" parameter, you can register via a dialog box using the "Dialog" value. You can also use value "Check" to test to see if the plug-in is registered or not. Finally, you can use the value "I Accept the License Agreement" to automatically accept the License Agreement dialog.
- Return Type
- Text
- Format
- CNSImage_Register ( FirstName ; LastName ; LicenseKey ; Option )
- Required Parameters
- FirstName
The Registration First Name you specified when you ordered. (See your Receipt.)
- LastName
The Registration Last Name you specified when you ordered. (See your Receipt.)
- LicenseKey
The License Key from your Receipt.
- FirstName
- Optional Parameters
- Option
Specify "Dialog" to enter your Registration Information in a Pop Up Dialog. (You can also specify "Dialog" as the FirstName parameter.) Specify "Check" to see if the plug-in is already Registered. (You can also specify "Check" as the FirstName parameter.) Specify "I Accept the License Agreement" to automatically accept the License Agreement dialog.
- Option