Click or drag to resize

ApiSessionCreateDocumentDialogue Method (ObjectProxy, HierarchyAdjustment, String, String, String)

Adds a new dialogue section to a document

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy CreateDocumentDialogue(
	ObjectProxy aContextElement,
	HierarchyAdjustment aHierarchy,
	string aDisplayName = "",
	string aText = "",
	string aTemplateTechName = null
)

Parameters

aContextElement
Type: Articy.ApiObjectProxy
the element to be used as reference for placing the new section
aHierarchy
Type: Articy.ApiHierarchyAdjustment
determines where the new element should be placed.
aDisplayName (Optional)
Type: SystemString
the chapter caption for this section
aText (Optional)
Type: SystemString
the text for the dialogues synopsis
aTemplateTechName (Optional)
Type: SystemString
a template technical name if the section should get a template null otherwise.

Return Value

Type: ObjectProxy
the newly created dialog section
See Also