
The data model for PCM wizards is the same as for standard wizards. You can store key-value pairs in the data model, whose data you can access via an IWizardContext object.
Individual key-value pairs can be automatically associated with specific wizard controls via the control's setValueTargetPath() method.
However, the wizard toolkit enables you to directly synchronize controls to properties of the portal object to be created, without storing the control's value to the data model.
For more information about the data model, see Data Model .