Creates a new instance of the InstantMessagingFlowTemplate class with values from the specified flow template.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
source 
As 

InstantMessagingFlowTemplate _
)
C#
public 
InstantMessagingFlowTemplate(
	

InstantMessagingFlowTemplate 
source
)
Visual C++
public:
InstantMessagingFlowTemplate(
	

InstantMessagingFlowTemplate^ 
source
)
JavaScript

Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate = 
function(
source);

Parameters

source
Type: Microsoft.Rtc.Collaboration . . :: . InstantMessagingFlowTemplate
The source template.

See Also