Click or drag to resize

ApiSessionCreateVariableSet Method

Creates a new variable set in the "Global Variables" system folder.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy CreateVariableSet(
	string aScriptingName,
	string aDescription = ""
)

Parameters

aScriptingName
Type: SystemString
the name of the new variable set
aDescription (Optional)
Type: SystemString
the description of the new namespace

Return Value

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