Click or drag to resize

ApiSessionCreateDialogueFragment Method (ObjectProxy, String, String)

Creates a new dialogue fragment inside a dialog.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy CreateDialogueFragment(
	ObjectProxy aParent,
	string aText,
	string aTemplateTechName
)

Parameters

aParent
Type: Articy.ApiObjectProxy
the dialog that should serve as parent for the to-be-created dialogue fragment
aText
Type: SystemString
the spoken text of the to-be-created dialogue fragment
aTemplateTechName
Type: SystemString
the technical name of a template, that will be assigned to the to-be-created dialogue fragment or null to create without assigning a template

Return Value

Type: ObjectProxy
the freshly created object; use this return value to further initialize the properties of the new dialogue fragment
See Also