Class Resources
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Resources")]
public class Resources : IWebObject, IPlugin
Constructors
Resources()
Declaration
Methods
GetExtAppUrl(String, Boolean, String)
Declaration
public string GetExtAppUrl(string urlString, bool replaceNewlineWithBr, string encoding)
Parameters
Returns
GetResourceText(String, Boolean)
Declaration
[SoAjaxMethod(SoAjaxMethodType.ThreatErrorAsWarning)]
public string GetResourceText(string resourceString, bool replaceNewlineWithBr)
Parameters
| Type |
Name |
Description |
| String |
resourceString |
|
| Boolean |
replaceNewlineWithBr |
|
Returns
GetResourceTexts(String, Boolean)
Declaration
[SoAjaxMethod(SoAjaxMethodType.ThreatErrorAsWarning)]
public string[] GetResourceTexts(string resourceStringsStr, bool replaceNewlineWithBr)
Parameters
| Type |
Name |
Description |
| String |
resourceStringsStr |
|
| Boolean |
replaceNewlineWithBr |
|
Returns
Implements
SuperOffice.Factory.IPlugin