This method adds a preference on the current object. The preference can be for a specific portlet or not. The preference can be for all users or for just the current user.
This method adds a preference on the current object. The preference can be for a specific portlet or not. The preference can be for all users or for just the current user.
void AddPreference(string,XPDateTime,int,PT_PREF_TYPES);
This method adds a preference on the current object. The preference can be for a specific portlet or not. The preference can be for all users or for just the current user.
void AddPreference(string,double,int,PT_PREF_TYPES);
This method adds a preference on the current object. The preference can be for a specific portlet or not. The preference can be for all users or for just the current user.
void AddPreference(string,int,int,PT_PREF_TYPES);
This method adds a preference on the current object. The preference can be for a specific portlet or not. The preference can be for all users or for just the current user.
void AddPreference(string,object,int,PT_PREF_TYPES);
This method adds a preference on the current object. The preference can be for a specific portlet or not. The preference can be for all users or for just the current user.
void AddPreference(string,string,int,PT_PREF_TYPES);
IPTPreferencesContext Interface | com.plumtree.server Namespace