Click or drag to resize

ApiSessionCreateHub Method (UInt64, String)

Creates a new hub in the flow area.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy CreateHub(
	ulong aParentId,
	string aDisplayName
)

Parameters

aParentId
Type: SystemUInt64
the ID of the object that should serve as parent for the to-be-created hub
aDisplayName
Type: SystemString
the display name of the to-be-created hub

Return Value

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