Click or drag to resize

ApiSessionCreateLocationGroup Method

Creates a new location group within in an existing location or location group.

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

Parameters

aParentId
Type: SystemUInt64
the ID of the location or location group
aDisplayName
Type: SystemString
The display name of the newly created group

Return Value

Type: ObjectProxy
an ObjectProxy for the newly created group
See Also