ApiSessionGetSystemFolder Method
Gets the given "system folder" object
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
an object proxy to the requested system folder
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
ObjectProxyan object proxy to the requested system folder
Exceptions
| ArticyApiException | ProjectNotOpen is thrown when no project is currently loaded. |