CRMGlobalManager.ReplaceParametersInCurrentSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReplaceParametersInCurrentSession(String) |
Replaces USD parameters in a string |
ReplaceParametersInCurrentSession(String, Dictionary<String,String>) |
ReplaceParametersInCurrentSession(String)
Replaces USD parameters in a string
public:
virtual System::String ^ ReplaceParametersInCurrentSession(System::String ^ stringToReplace);
public string ReplaceParametersInCurrentSession (string stringToReplace);
abstract member ReplaceParametersInCurrentSession : string -> string
override this.ReplaceParametersInCurrentSession : string -> string
Public Function ReplaceParametersInCurrentSession (stringToReplace As String) As String
Parameters
- stringToReplace
- String
string to look in
Returns
Null (when returnNullForExcept is set) or String replaced.
Implements
Applies to
ReplaceParametersInCurrentSession(String, Dictionary<String,String>)
public string ReplaceParametersInCurrentSession (string stringToReplace, System.Collections.Generic.Dictionary<string,string> list = default);
abstract member ReplaceParametersInCurrentSession : string * System.Collections.Generic.Dictionary<string, string> -> string
override this.ReplaceParametersInCurrentSession : string * System.Collections.Generic.Dictionary<string, string> -> string
Public Function ReplaceParametersInCurrentSession (stringToReplace As String, Optional list As Dictionary(Of String, String) = Nothing) As String
Parameters
- stringToReplace
- String
- list
- Dictionary<String,String>