Previous Topic: GUI Plug-In EnhancementNext Topic: Exit Definition


Exit Reference

The Provisioning Server GUI framework provides a standard property page for referencing program exits. To support common exits, you need to add the property page to your account and directory property sheets. This lets your account and endpoint objects reference program exits.

The standard exit reference property page is managed by the CosExitRefPage class in the COS module.

For example, to add CosExitRefPage to your account and directory property sheets, add the following line to your property sheet code:

propertyPages->AddTail(new CosExitRefPage(this));