ApiSessionCloseProject Method

Closes the currently opened project.

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public void CloseProject(
	CloseProjectArgs aArgs
)

Parameters

aArgs  CloseProjectArgs
Parameter object containing additional information

Remarks

Does nothing if no project is currently opened. May be used to close the project without leaving the exclusive mode for that project.

See Also