Click or drag to resize

ApiSessionCreateLocationLayerFolder Method

Creates a new location layer folder within in an existing location or location layer folder.

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

Parameters

aParent
Type: Articy.ApiObjectProxy
the parent location or location layer folder object
aDisplayName
Type: SystemString
The display name of the newly created folder

Return Value

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