Click or drag to resize

ApiSessionGetProjectList Method

Once logged into an articy:server successfully, a list of available projects can be queried using this method.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<ProjectInfo> GetProjectList()

Return Value

Type: ListProjectInfo
a list of ProjectInfo objects describing the found objects
Remarks
Only those projects are listed that are available to the account that was used for Login(String, String).
See Also