Click or drag to resize

ApiSessionGetSystemFolder Method

Gets the given "system folder" object

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

Parameters

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

Return Value

Type: ObjectProxy
an object proxy to the requested system folder
Exceptions
ExceptionCondition
ArticyApiExceptionProjectNotOpen is thrown when no project is currently loaded.
See Also