|
strSourceIdentifier - String. Indicates the Source Identifier for which News Article records will be personalized.
intArticleID - Positive Integer. The identifier of the News Article 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 LoadPersonalizedArticles method
(retrives a list of personalized articles) to add personalization features to any application.
If the News Article record denoted by the intArticleID parameter has not been added to the Personalization system, this
soap method will proceed with adding the record. If the News Article already exists in the system, this soap method will remove
it from the Personalization system.
|