Show / Hide Table of Contents

Class UserPreferences

Inheritance
Object
UserPreferences
Implements
IWebObject
IPlugin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.AjaxMethods
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("UserPreferences")]
public class UserPreferences : IWebObject, IPlugin

Constructors

UserPreferences()

Declaration
public UserPreferences()

Methods

Get(String, String)

Declaration
public string Get(string prefSection, string prefKey)
Parameters
Type Name Description
String prefSection
String prefKey
Returns
Type Description
String

GetWithDefault(String, String, String)

Declaration
public string GetWithDefault(string prefSection, string prefKey, string defaultValue)
Parameters
Type Name Description
String prefSection
String prefKey
String defaultValue
Returns
Type Description
String

SavePreference(String, String, String)

Declaration
public static void SavePreference(string prefSection, string prefKey, string value)
Parameters
Type Name Description
String prefSection
String prefKey
String value

Set(String, String, String)

Declaration
public string Set(string prefSection, string prefKey, string value)
Parameters
Type Name Description
String prefSection
String prefKey
String value
Returns
Type Description
String

SetAndSave(String, String, String)

Declaration
public string SetAndSave(string prefSection, string prefKey, string value)
Parameters
Type Name Description
String prefSection
String prefKey
String value
Returns
Type Description
String

ToggleBool(String, String)

Declaration
public string ToggleBool(string prefSection, string prefKey)
Parameters
Type Name Description
String prefSection
String prefKey
Returns
Type Description
String

ToggleBoolAndSave(String, String)

Declaration
public string ToggleBoolAndSave(string prefSection, string prefKey)
Parameters
Type Name Description
String prefSection
String prefKey
Returns
Type Description
String

ToggleMiniPanelLock(String)

Declaration
public void ToggleMiniPanelLock(string soprotocol)
Parameters
Type Name Description
String soprotocol

Implements

IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top