|  | Aqualogic Interaction API | |
| IPTProfileSource.SetPortalUniqueKey Method |
Allows a particular property value to be sent to remote profile providers (PWS) in place of the portal's unique name for each user.
void SetPortalUniqueKey(
int nUniqueKeyID
);
Parameters
- nUniqueKeyID
- - the object id of an
IPTProperty
you wish to send to remote profile providers (PWS) in place of the portal's unique key. Alternatively, one can pass something from the PT_PROFILE_UNIQUE_KEYS
enumeration.
See Also
IPTProfileSource Interface | com.plumtree.server Namespace | IPTProperty | PT_PROFILE_UNIQUE_KEYS