Click or drag to resize

OpenProjectArgsProjectFolder Property

This is the fully qualified name of the path articy:draft uses as local project folder. All Subersion/Perforce operations exchange data between this local folder and their repository/depot. When a project is opened for the very first time on a computer or with a specific user account a new project folder needs to be specified and the complete project data is download locally.

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

Property Value

Type: String
See Also