Utility.ReplaceMultiValueData 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
ReplaceMultiValueData(CRMApplicationData, String, String) |
Internal function used to replace multiple value data. It is public because it is used by the DynamicsCustomerRecord. |
ReplaceMultiValueData(String, String, String) |
Internal function used to replace multiple value data. It is public because it is used by the DynamicsCustomerRecord. |
ReplaceMultiValueData(CRMApplicationData, String, String)
Internal function used to replace multiple value data. It is public because it is used by the DynamicsCustomerRecord.
public static string ReplaceMultiValueData (Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.CRMApplicationData appdata, string property, string subproperty = "");
static member ReplaceMultiValueData : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.CRMApplicationData * string * string -> string
Public Shared Function ReplaceMultiValueData (appdata As CRMApplicationData, property As String, Optional subproperty As String = "") As String
Parameters
- appdata
- CRMApplicationData
Specifies the application data.
- property
- String
Specifies the property.
- subproperty
- String
Specifies the sub property.
Returns
Applies to
ReplaceMultiValueData(String, String, String)
Internal function used to replace multiple value data. It is public because it is used by the DynamicsCustomerRecord.
public static string ReplaceMultiValueData (string appdata, string property, string subproperty = "");
static member ReplaceMultiValueData : string * string * string -> string
Public Shared Function ReplaceMultiValueData (appdata As String, property As String, Optional subproperty As String = "") As String
Parameters
- appdata
- String
Specifies the application data.
- property
- String
Specifies the property.
- subproperty
- String
Specifies the sub property.