| | WebCenter Interaction API | |
| IPTSessionInfo.RemoveSessionPreference Method (String, Boolean) |
Removes a session preference for the current user. This information is cached. If bCSPEncode is true, the pref name will be CSP encoded before it's removed.
void RemoveSessionPreference(
string strSessionPreference,
bool bCSPEncode
);
Parameters
-
strSessionPreference
- - The name of preference to be removed.
-
bCSPEncode
- - Whether or not the pref name should be CSP encoded.
See Also
IPTSessionInfo Interface | com.plumtree.server Namespace | IPTSessionInfo.RemoveSessionPreference Overload List