Click or drag to resize

ApiSessionCreateFolder Method (UInt64, String)

Creates a new user folder within the articy project tree.

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

Parameters

aParentId
Type: SystemUInt64
The ID of the parent folder
aDisplayName
Type: SystemString
The display name of the newly created folder

Return Value

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