Adds a preference for the current user. This information is not cached, but rather is persisted immediately.
Adds a preference for the current user. This information is not cached, but rather is persisted immediately.
void AddPersonalSetting(string,XPDateTime);
Adds a preference for the current user. This information is not cached, but rather is persisted immediately.
void AddPersonalSetting(string,double);
Adds a preference for the current user. This information is not cached, but rather is persisted immediately.
void AddPersonalSetting(string,int);
Adds a preference for the current user. This information is not cached, but rather is persisted immediately.
void AddPersonalSetting(string,object);
Adds a preference for the current user. This information is not cached, but rather is persisted immediately.
void AddPersonalSetting(string,float);
Adds a preference for the current user. This information is not cached, but rather is persisted immediately.
void AddPersonalSetting(string,string);
IPTSessionInfo Interface | com.plumtree.server Namespace