Configuration Platform SDK 7.6 API Reference

CfgDeltaAppPrototype

Description

The changes to make to a CfgAppPrototype object.


Top of Page

Attributes

deltaAppPrototype —  A pointer to the structure containing information about changes made to this service data. Mandatory.

deletedOptions —  A pointer to the list of deleted application-specific options. The structure of this parameter is described in the comments to type CfgAppPrototype above. An option is deleted by specifying the name of the section that this option belongs to, and the name of the option itself with any value. A whole section is deleted by specifying the name of that section and an empty secondary list.

changedOptions —  A pointer to the list of application-specific options whose values have been changed. The structure of this parameter is described in the comments to type CfgAppPrototype above. A value of an option is changed by specifying the name of the section that this option belongs to, the name of the option itself, and the new value of that option.

deletedUserProperties —  A pointer to the list of deleted user-defined properties. Has the same structure as parameter userProperties.

changedUserProperties —  A pointer to the list of user-defined properties whose values have been changed. Has the same structure as parameter userProperties


Top of Page

Comments

Changes made to the options of an application prototype will not affect application-specific options of the existing applications associated with this prototype.


Top of Page


Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunications Laboratories, Inc. All rights reserved.