Aqualogic Interaction API  
 

IPTSessionInfo.AddPersonalSetting Method

Adds a preference for the current user. This information is not cached, but rather is persisted immediately.

Overload List

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);

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace