Blair has suggested that getProfile() in custom UDs get passed the the dmProfile Struct which would append over the top of that struct and then return it.
Environment
None
Activity
Show:
Blair McKenzie
November 19, 2008 at 3:25 AM
A second argument is not passed into the user directory getProfile function: the current profile struct. The profile is then updated with any properties returned from the function.
Since the arguments passed into getProfile are unnamed, this change should not require changes to existing user directories.
Blair has suggested that getProfile() in custom UDs get passed the the dmProfile Struct which would append over the top of that struct and then return it.