Utility.SplitLines Method (String, Context, Session)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Takes data parameters as a flat string and splits the lines into a CCD parameter list.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public static List<KeyValuePair<string, string>> SplitLines(
string data,
Context currentContext,
Session localSession
)
Public Shared Function SplitLines (
data As String,
currentContext As Context,
localSession As Session
) As List(Of KeyValuePair(Of String, String))
Parameters
data
Type: System.StringSpecifies the flat text string with CCD data parameters.
currentContext
Type: Microsoft.Uii.Csr.ContextSpecifies the current context used to replace data parameters.
localSession
Type: Microsoft.Uii.Csr.Sessionthe session used to replace the parameters
Return Value
Type: System.Collections.Generic.List<KeyValuePair<String, String>>
List of pairs of parameters.
See Also
SplitLines Overload
Utility Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright