ApiSessionGetSystemFolder Method

Gets the given "system folder" object

Definition

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

Parameters

aFolderName  SystemFolderNames
One of the predefined system folder identifiers

Return Value

ObjectProxy
an object proxy to the requested system folder

Exceptions

ArticyApiExceptionProjectNotOpen is thrown when no project is currently loaded.

See Also