Click or drag to resize

OpenProjectArgsForceProjectFolder Property

Defaults to false. This causes the articy:draft API to use the project folder that was used the last time this project was opened by the current user/machine. This could have also been a GUI rather than an API session. If this property is set to true however, the project folder of the last opening session is ignored and the project data is copied to the folder specified by the ProjectFolder property in this class.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool ForceProjectFolder { get; set; }

Property Value

Type: Boolean
See Also