Click or drag to resize

ApiSessionCreateDialogueFragment Method (UInt64, 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(
	ulong aParentId,
	string aText
)

Parameters

aParentId
Type: SystemUInt64
the ID of 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

Return Value

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