Edit

Share via


ConversationSettings.GetDerivedConversationId(String) Method

Definition

Gets the identifier for a new conversation that is extended from a previous conversation.

public:
 static System::String ^ GetDerivedConversationId(System::String ^ previousConversationId);
public static string GetDerivedConversationId (string previousConversationId);
static member GetDerivedConversationId : string -> string
Public Shared Function GetDerivedConversationId (previousConversationId As String) As String

Parameters

previousConversationId
String

previous conversation identifier.

Returns

The new conversation identifier.

Applies to