|
strSourceIdentifier - String. Indicates the Source Identifier for which Forum Message records will be personalized.
intMessageID - Positive Integer. The identifier of the Forum Message record to be added to / removed from the
Personalization system.
Developers can use any identifier for the strSourceIdentifier parameter: login name, session state identifier, user name,
etc. You may use this method in conjunction with the LoadPersonalizedMessages method
(retrives a list of personalized articles) to add personalization features to any application.
If the Forum Message record denoted by the intMessageID parameter has not been added to the Personalization system, this
soap method will proceed with adding the record. If the Forum Message already exists in the system, this soap method will remove
it from the Personalization system.
|