Aqualogic Interaction API  
 

IPTSessionInfo.AddPreference Method

This method sets a preference on the current user. The preference can be for a specific portlet or not.

Overload List

This method sets a preference on the current user. The preference can be for a specific portlet or not.

void AddPreference(string,XPDateTime,int);

This method sets a preference on the current user. The preference can be for a specific portlet or not.

void AddPreference(string,double,int);

This method sets a preference on the current user. The preference can be for a specific portlet or not.

void AddPreference(string,int,int);

This method sets a preference on the current user. The preference can be for a specific portlet or not.

void AddPreference(string,object,int);

This method sets a preference on the current user. The preference can be for a specific portlet or not.

void AddPreference(string,string,int);

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace