Show / Hide Table of Contents

Class Resources

Inheritance
Object
Resources
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("Resources")]
public class Resources : IWebObject, IPlugin

Constructors

Resources()

Declaration
public Resources()

Methods

GetExtAppUrl(String, Boolean, String)

Declaration
public string GetExtAppUrl(string urlString, bool replaceNewlineWithBr, string encoding)
Parameters
Type Name Description
String urlString
Boolean replaceNewlineWithBr
String encoding
Returns
Type Description
String

GetResourceText(String, Boolean)

Declaration
[SoAjaxMethod(SoAjaxMethodType.ThreatErrorAsWarning)]
public string GetResourceText(string resourceString, bool replaceNewlineWithBr)
Parameters
Type Name Description
String resourceString
Boolean replaceNewlineWithBr
Returns
Type Description
String

GetResourceTexts(String, Boolean)

Declaration
[SoAjaxMethod(SoAjaxMethodType.ThreatErrorAsWarning)]
public string[] GetResourceTexts(string resourceStringsStr, bool replaceNewlineWithBr)
Parameters
Type Name Description
String resourceStringsStr
Boolean replaceNewlineWithBr
Returns
Type Description
String[]

Implements

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