Sets the currently logged in user option's value for the Medical web viewer.
If the name/value of the option specified already exists, it will be overwritten by the new value.
public ControllerReturnCode SetUserOption(
string name,
string value
)
name
Name of the option.
value
Value of the option as a string. Converts any value (like boolean values) into string and stores it.
Returns "Success" if option was saved successfully, otherwise, it will return one of the failure codes. Check Return Codes for details.