Click or drag to resize

ApiSessionGetSystemFolderId Method

Gets the ID of a system folder

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ulong GetSystemFolderId(
	SystemFolderNames aFolderName
)

Parameters

aFolderName
Type: Articy.ApiSystemFolderNames
One of the predefined system folder identifiers

Return Value

Type: UInt64
Exceptions
ExceptionCondition
ArticyApiExceptionProjectNotOpen is thrown when no project is currently loaded.
See Also